Api referenceKeys
List API keys for the current customer
x-api-key<token>
In: header
Response Body
application/json
application/json
application/json
application/json
curl -X GET "https://api.untangledapi.com/v1/keys"{
"keys": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"prefix": "string",
"name": "string",
"lastUsedAt": "string",
"createdAt": "string",
"revokedAt": "string"
}
]
}{
"error": {
"code": "string",
"message": "string",
"details": null
}
}{
"error": {
"code": "string",
"message": "string",
"details": null
}
}{
"error": {
"code": "string",
"message": "string",
"details": null
}
}Extract multiple documents in one call (max 20) POST
Returns one envelope with a per-item `results` array; each item carries its own `ok` flag and either `data` or `error`. Note this shape differs from the single-call extract routes (`/v1/extract/{custom,invoice,…}`) which return `{ data, model, usage }`. Batch returns `{ results, usage }` with no top-level `model` field — a single batch call uses one model for every item.
Create a new API key. The raw key is returned once and never shown again. POST
Next Page