curl --request POST \
--url https://platform.kodexa.ai/api/extraction-engine/extract \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '{}'{}Runs the extraction engine on the provided document content and returns structured data based on the configured taxonomy.
curl --request POST \
--url https://platform.kodexa.ai/api/extraction-engine/extract \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '{}'{}API key for authentication. Create one from the Kodexa platform UI under Settings > Access Tokens.
The body is of type object.
Extraction results
The response is of type object.