Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.croma.run/llms.txt

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

Runs an AI-powered web search and returns structured results: URLs, titles, authors, dates, highlights, and relevance scores. POST /global/web/search/v1
FieldTypeNotes
querystringRequired. 3–300 chars.
limitinteger1–25 results. Default 10.
curl https://api.croma.run/global/web/search/v1 \
  -H "Authorization: Bearer $CROMA_API_KEY" \
  -d '{ "query": "croma api colombia", "limit": 10 }'
Web Search has a tighter quota than other endpoints: 10 requests per hour per organization. See Rate limits.

Full reference

Schemas, response fields, and an interactive playground.