Skip to main content
GET
/
api
/
ai
/
transform
/
jobs
/
{jobId}
Poll a Forma AI transform job
curl --request GET \
  --url https://convertly.sh/api/ai/transform/jobs/{jobId} \
  --header 'Authorization: Bearer <token>'
{
  "job": {
    "id": "<string>",
    "progress": 50,
    "error": "<string>"
  },
  "result": {}
}

Authorizations

Authorization
string
header
required

Dashboard-generated Convertly API key. Keys currently begin with cvly_.

Path Parameters

jobId
string
required

Response

Current state of the AI transform job.

job
object
result
object