TelefonAIv1
Extraction fields

List fields with their key, type and options — the keys you will find again under `extracted` on a call.

List fields with their key, type and options — the keys you will find again under extracted on a call.

GET/v1/extraction-fields

Authentication

Authorizationstringheaderrequired

Your API key as a Bearer token.

Parameters

limitintegerquery

Rows per page. 1–100, default 25.

offsetintegerquery

Rows to skip. Default 0.

Request

curl --request GET \
  --url "https://api.telefonai.dk/v1/extraction-fields" \
  --header "Authorization: Bearer $API_NOEGLE"

Response

application/json

Success.

object

401Missing key
{
  "error": {
    "code": "unauthorized",
    "message": "Missing or invalid API key."
  }
}
List fields with their key, type and options — the keys you will find again under `extracted` on a call. — TelefonAI