Skip to main content
GET
/
resumes
/
{id}
/
screenshot
Get resume screenshot
curl --request GET \
  --url http://localhost:3000/api/openapi/resumes/{id}/screenshot \
  --header 'x-api-key: <api-key>'
{
  "url": "<string>"
}

Authorizations

x-api-key
string
header
required

The API key to authenticate requests.

Path Parameters

id
string
required

The unique identifier of the resume.

Response

200 - application/json

The screenshot URL, or null if the screenshot could not be generated.

url
string | null
required

The URL to the screenshot image, or null.