Skip to main content
POST
/
web
/
research
cURL
curl -X POST https://api.crevio.co/v1/web/research \
  -H "Authorization: Bearer $CREVIO_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"query":"AI storefront builder competitive landscape","depth":"quick"}'
{
  "synthesis": "<string>",
  "sources": [
    {
      "url": "<string>",
      "title": "<string>",
      "position": 123
    }
  ],
  "depth": "<string>"
}

Authorizations

Authorization
string
header
required

API key in the format: Bearer {api_token}

Body

application/json
query
string
required

The research question.

depth
enum<string>

Breadth/latency tier (default quick).

Available options:
quick,
thorough,
exhaustive

Response

Synthesis (quick depth)

synthesis
string
sources
object[]
depth
string