What does Croma Web Search return?
Structured web results with URL, title, author, published date, highlights and a relevance score.
POST /v1/global/web-searchWeb search with highlighted summaries and structured metadata (URL, title, author, date). Built to feed AI agents with fresh context.
This is a public demo with a reduced rate limit. For a production API key, book a call. I get back the same day.
querystringreqlimitnumberresultsarrayresults[].urlstringresults[].titlestringresults[].published_datestringresults[].authorstringresults[].highlightsarrayresults[].scorenumberStructured web results with URL, title, author, published date, highlights and a relevance score.
The endpoint is capped at 10 searches per hour because it relies on a paid upstream that's sensitive to abuse.
Edit the JSON and submit to see results with summaries.
curl https://api.usecroma.com/v1/global/web-search \
-H "Authorization: Bearer $CROMA_API_KEY" \
-H "Content-Type: application/json" \
-d '{"query":"croma api colombia","limit":10}'