cURL
curl --request GET \ --url https://api.example.com/api/v1/final_screenshot \ --header 'x-api-key: <x-api-key>'
{ "detail": [ { "loc": [ "<string>" ], "msg": "<string>", "type": "<string>" } ] }
Successful Response
Was this page helpful?