Docs
Extract

Get extraction job status and results

GET/extract/{id}
AuthorizationBearer <token>

Enter your API key with the bc_ prefix

In: header

Path Parameters

id*string

Response Body

application/json

curl -X GET "https://example.com/extract/string"
{  "id": "extract_uuid",  "status": "COMPLETED",  "data": {    "extracted": {      "products": []    },    "tokenUsage": {      "inputTokens": 1500,      "outputTokens": 300    }  },  "startedAt": "2025-10-28T12:00:00.000Z",  "completedAt": "2025-10-28T12:01:30.000Z"}
Empty