cURL
curl --request GET \ --url https://api.decart.ai/v1/jobs/{job_id}/content \ --header 'x-api-key: <api-key>'
{ "detail": [ { "loc": [ "<string>" ], "msg": "<string>", "type": "<string>" } ] }
Download the result of a completed job.
Returns: Binary content (image/video) or error if not ready/not found
API key for authentication
Successful Response
Was this page helpful?