Use this API to expand a simple instruction into a structured QA task. The response includes: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/prompt/validate
| Field | Type | Description |
|---|---|---|
analysis_prompt | string | Markdown-formatted QA analysis prompt (objective, scope, detection logic, output format) |
requires_tool | string | "TOOL_TEXT_EXTRACTOR" or "NONE" |
response_descriptions | object | Per-field descriptions for AI response shaping |
demos | object | Demo test cases with detection_dimensions[] and tiered cases[] |
suggested_required_inputs | object[] | Runtime-dependent fields the user must provide at execution time |
INVALID_ARGUMENT (missing or empty prompt).