Extract Data

Extracts data from a conversation using a schema.

Authentication

AuthorizationBearer
Bearer authentication header of the form `Bearer <PHONIC_API_KEY>`. Manage your API keys [here](https://phonic.co/api-keys).

Path parameters

idstringRequired
The ID of the conversation to extract data from.

Request

This endpoint expects an object.
schema_idstringRequired
ID of the extraction schema to use.

Response

Success response
resultmap from strings to any
The extracted data according to the schema.

Errors