Skip to main content
GET
/
v1
/
extract
/
{jobId}
Poll extract job status and results
curl --request GET \
  --url https://api.urltodata.ai/v1/extract/{jobId} \
  --header 'Authorization: Bearer <token>'
{
  "status": "queued",
  "data": {},
  "schema": {},
  "error": {}
}

Documentation Index

Fetch the complete documentation index at: https://docs.urltodata.ai/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
default:your-api-key
required

API key as Bearer token (e.g. Bearer mp_abc123_secret)

Path Parameters

jobId
string
required

Response

200 - application/json

Extract job status

status
enum<string>
Available options:
queued,
active,
completed,
failed
data
object
schema
object
error
object