AI Chat

Interact with Meta AI (Streaming/Non-Streaming)

Interact with Meta AI using POST request, supporting optional SSE streaming response chunks.

post/ai/metaai

Request body

messagestring required

Prompt or message to the AI.

conversation_idstring

Conversation ID to continue a thread (optional).

mode'thinking' | 'fast'

Generation mode: 'thinking' or 'fast'.

streamboolean

Set to true to stream chunked SSE updates.

Response

Success - AI response retrieved successfully.

Changes

No recorded changes to this endpoint across all 1 revision of this API.