filename
query string Facultatif Optional filename for Content-Disposition attachment
/screenshot/pdf Retrieve rendered PDF
Les options sont regroupées pour faciliter la lecture, sur le modèle d’une documentation centrée sur les paramètres.
filenamestring Facultatif Optional filename for Content-Disposition attachment
idinteger Obligatoire Screenshot ID
200 PDF content
Aucun exemple JSON fourni dans OpenAPI.
401 Unauthorized
{
"success": false,
"error": "Unauthorized",
"code": "UNAUTHORIZED"
} 404 Screenshot or PDF not found
{
"success": false,
"error": "PDF not found for screenshot",
"code": "NOT_FOUND"
} 500 Server error
{
"success": false,
"error": "Invalid API key",
"code": "INVALID_API_KEY",
"details": {
"request_id": "req_123456"
}
}