Skip to main content
GET
/
api
/
document-families
/
{id}
/
data
Export document family data
curl --request GET \
  --url https://platform.kodexa.ai/api/document-families/{id}/data \
  --header 'x-api-key: <api-key>'
{}

Authorizations

x-api-key
string
header
required

API key for authentication. Create one from the Kodexa platform UI under Settings > Access Tokens.

Path Parameters

id
string<uuid>
required

Unique identifier (UUID) of the resource.

Query Parameters

format
enum<string>

Export format: json, csv, xml, or ndjson.

Available options:
json,
csv,
xml,
ndjson

Response

Exported data

The response is of type object.