Skip to main content
GET
/
services
/
providers
Search providers
curl --request GET \
  --url https://api.lava.so/v1/services/providers
{
  "results": [
    {
      "id": "<string>",
      "label": "<string>",
      "api_reference": "<string>",
      "managed": true,
      "entry_count": 123
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://lava.so/docs/llms.txt

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

Query Parameters

query
string

Keyword to rank providers by, for example "web search", "email", or a provider name. An empty or missing query returns no results.

category
string

Optional category slug to restrict the search, for example "search" or "productivity".

Response

200 - application/json

Ranked provider matches

results
object[]

Ranked provider summaries matching the query, most relevant first