GET
/
v1
/
extracts
curl --request GET \
  --url https://api.parser.expert/v1/extracts \
  --header 'X-API-Key: <api-key>'
{
"data": [
{
"parsed_data": {},
"parser_id": "f555c13a-846f-4505-95fe-8f72b39edef9",
"status": "pending",
"updated_at": "2024-07-12T20:30:03.042Z"
}
],
"message": "Processed successfully"
}

Authorizations

X-API-Key
string
header
required

Query Parameters

parser_id
string
required

The ID of the parser. The parser ID is returned when content is uploaded.

bucket_id
string
required

The ID of the bucket.

Response

200
application/json

Processed successfully

The response is of type object.