---
title: "Interact with Meta AI"
method: GET
path: "/ai/metaai"
tags: ["AI Chat"]
---

# Interact with Meta AI

`GET /ai/metaai`

This are just llama but with improvement, like you can search web, search reels, and generate images... (kinda cool?)

## Query parameters

- `text` string, required
- `conversation_id` string
- `mode` 'thinking' | 'fast'

## Response `200`

Success - AI response retrieved successfully.

- object
  - `creator` string
  - `ok` boolean
  - `message` string
  - `external_conversation_id` string
  - `images` unknown[]
    - unknown
  - `search_results` unknown[]
    - unknown
  - `conversation_title` string

## 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)
