ExtractWithSchemaRequest
Example Usage
typescript
import { ExtractWithSchemaRequest } from "@meetkai/mka1/models/operations";
let value: ExtractWithSchemaRequest = {
schemaId: "schema_invoice_123",
requestBody: {
model: "Wrangler",
file: "<value>",
},
};Fields
| Field | Type | Required | Description | Example |
|---|---|---|---|---|
schemaId | string | ✔️ | N/A | schema_invoice_123 |
requestBody | operations.ExtractWithSchemaLlmExtractRequestBody | ✔️ | N/A |