Skip to content

ExtractRequestBody

Example Usage

typescript
import { ExtractRequestBody } from "@meetkai/mka1/models/operations";

// No examples available for this model

Fields

FieldTypeRequiredDescription
modelstring✔️ID of the model to use for extraction
schemastring✔️JSON Schema object or JSON string defining the structure of data to extract
metadatastringOptional metadata as JSON object or JSON string
fileFile | Blob | operations.ExtractFile✔️The file to extract structured data from
promptstringOptional custom system prompt to guide extraction