cURL
curl --request GET \ --url http://localhost:3000/api/openapi/printer/resume/{id}/screenshot \ --header 'x-api-key: <api-key>'
{ "url": "<string>" }
Get a screenshot of a resume. Returns a URL to the screenshot image.
The API key to authenticate requests.
OK