POST
/
api
/
v1
/
extractions
/
run
curl --request POST \
  --url https://api.fieldwise.ai/api/v1/extractions/run \
  --header 'Content-Type: multipart/form-data' \
  --header 'X-API-Key: <api-key>' \
  --form extraction_id=123
{
  "data": {
    "extraction_id": 1,
    "file_path": "org_123/extractions/file.pdf",
    "task_identifier": "RunExtraction:123e4567-e89b-12d3-a456-426614174000"
  }
}

Authorizations

X-API-Key
string
header
required

Headers

X-API-Key
string | null

Body

multipart/form-data

Response

201
application/json

Successful Response

The response is of type object.