---
title: "Interact with Meta AI (Streaming/Non-Streaming)"
method: POST
path: "/ai/metaai"
tags: ["AI Chat"]
---

# Interact with Meta AI (Streaming/Non-Streaming)

`POST /ai/metaai`

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

## Request body

- object
  - `message` string, required — Prompt or message to the AI.
  - `conversation_id` string — Conversation ID to continue a thread (optional).
  - `mode` 'thinking' | 'fast' — Generation mode: 'thinking' or 'fast'.
  - `stream` boolean — Set to true to stream chunked SSE updates.

## Response `200`

Success - AI response retrieved successfully.

## Other responses

- `400` — Bad Request - Invalid or missing parameters.
- `500` — Server Error - Unable to process the request.

---

[API](https://skmtc.dev/paxsenix/apis/paxsenix-api.md) · [All operations](https://skmtc.dev/paxsenix/apis/paxsenix-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/paxsenix/paxsenix-api/revisions/a09b8775685e/schema)
