Base URL: https://api.sjhare.uk/v1


Retrieve CV

get

Returns CV in JSON or PDF format

Authorizations
X-API-KEYstringRequired
Query parameters
pdfbooleanOptional

Set to true to receive the CV in PDF format

Responses
200

Successful response

get
/cv
GET /v1/cv HTTP/1.1
Host: api.sjhare.uk
X-API-KEY: YOUR_API_KEY
Accept: */*
{
  "name": "Homer Simpson",
  "title": "Safety Inspector",
  "location": "Springfield, USA",
  "email": "[email protected]",
  "about": "Award-winning nuclear safety inspector with 20 years' experience...",
  "experience": [
    {
      "title": "Safety Inspector",
      "company": "Springfield Nuclear Power Plant",
      "from": 1989,
      "to": "Present",
      "details": "Strengthened safety procedures that resulted in 75% fewer accidents..."
    }
  ]
}

Last updated