Base URL: https://api.sjhare.uk/v1
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
401
Unauthorized
text/plain
403
Forbidden
text/plain
429
Rate limit exceeded
text/plain
get
/cvGET /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