OpenAPI 3.1.0MITraw.githubusercontent.com2026-08-1111722.6 KB

0c601a16410f

Chat

Search (GET)

Simple GET endpoint for quick searches. Returns the same quality results as the POST endpoint.

Use stream=true for SSE streaming, or omit for a single JSON response. Pass session_id for multi-turn context.

get/api/search

Query parameters

querystring required

Search query

streamboolean

Enable SSE streaming

session_idstring

Session ID for multi-turn context (optional)

imagestring uri

Image URL to analyze alongside the query

keystring

API key (alternative to Authorization header)

Response

Search response

idstring
object'chat.completion'
createdinteger
modelstring

Example response

{
  "id": "elixpo-abc123",
  "model": "lixsearch"
}