Skip to main content
GET
/
v1
/
batches
/
{batch_id}
/
items
/
{item_id}
/
result
Get Batch Item Result Endpoint
curl --request GET \
  --url https://api.extract.page/v1/batches/{batch_id}/items/{item_id}/result \
  --header 'X-API-KEY: <api-key>'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>",
      "input": "<unknown>",
      "ctx": {}
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.extract.page/llms.txt

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

Authorizations

X-API-KEY
string
header
required

Path Parameters

batch_id
string
required
item_id
string
required

Query Parameters

inline
integer
default:0

Set to 1 to stream JSON inline.

Required range: 0 <= x <= 1

Response

Successful Response