v1

latestOpenAPI 3.0.0raw.githubusercontent.com2026-03-18918117.3 KB
Query

Ask Antimetal's AI agent a question

Sends a question to Antimetal's AI agent and returns a natural language answer. Pass the returned conversation_id in subsequent requests to continue the conversation. Set stream: true (and Accept: text/event-stream) to receive a Server-Sent Events stream.

post/query

Headers

Antimetal-Versionstring
Example:2026-03-17

The API version to use. Defaults to the latest stable version if omitted. Pin to the version string in this document's info.version field to opt into exactly this version's schema.

Request body

questionstring required

Natural language question to ask the AI agent

conversation_idstring uuid

Conversation ID from a previous query response — pass to continue that conversation

streamboolean

When true, returns a Server-Sent Events stream. Must also send Accept: text/event-stream header.

Response

conversation_idstring uuid required

Pass in subsequent requests to continue this conversation

answerstring required

The AI agent's natural language answer