Skip to main content
GET
/
v1
/
jobs
/
{job_id}
/
content
Get Job Content
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>"
    }
  ]
}

Authorizations

x-api-key
string
header
required

Headers

x-api-key
string
required

API key for authentication

Path Parameters

job_id
string
required

Response

Successful Response