Skip to main content
GET
cURL

Authorizations

x-api-key
string
header
required

Pass your Exa API key in the x-api-key header. You can also authenticate with Authorization: Bearer .

Query Parameters

cursor
string

The cursor to paginate through the results

Minimum string length: 1
limit
number
default:25

The number of Websets to return

Required range: 1 <= x <= 100

Search term to filter Websets by ID, external ID, or title

Required string length: 2 - 50

Response

200 - application/json

List of Websets

data
object[]
required

The list of websets

hasMore
boolean
required

Whether there are more results to paginate through

nextCursor
string | null
required

The cursor to paginate through the next set of results