Use this API to extract agent definitions from an uploaded file. The file is parsed by an LLM and the response returns a list of structured agent configurations that can be passed straight into Create Agent. Useful for migrating an existing QA checklist (CSV / Excel / PDF / plain text) into agents in bulk.Documentation Index
Fetch the complete documentation index at: https://velt-raghul-agent-docs.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
POST https://api.velt.dev/v2/agents/extract
| Field | Type | Description |
|---|---|---|
data.extractionResult.agents | object[] | Array of extracted agent configurations ready for Create Agent. |
data.extractionResult.summary | string | Human-readable summary of the extraction. |
data.extractionResult.skipped | object[] | Rows the engine could not turn into agents (with the reason for each). |
INVALID_ARGUMENT (missing or empty fileBase64 / mimeType, or unsupported MIME type).