Skip to main content
GET
/
search
Service Info
curl --request GET \
  --url https://api.example.com/search/
{
  "service": "<string>",
  "version": "<string>",
  "description": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.emergence.ai/llms.txt

Use this file to discover all available pages before exploring further.

Response

200 - application/json

Successful Response

Response model for the service info endpoint (GET //).

service
string
required

Human-readable service name

version
string
required

Currently deployed version

description
string
required

Brief description of the service's purpose