v1

latestOpenAPI 3.1.0MIT2026-07-1710621.2 KB
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"
}