Skip to main content
POST

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 .

Body

application/json
title
string | null

Optional name that appears anywhere the Webset is displayed. Leave empty to have Exa generate one automatically.

Minimum string length: 1
Example:

"Leading climate tech startups"

Create initial search for the Webset.

import
object[]

Import data from existing Websets and Imports into this Webset.

enrichments
CreateEnrichmentParameters · object[]

Add enrichments to extract additional data from found items.

Enrichments automatically search for and extract specific information (like contact details, funding data, employee counts, etc.) from each item added to your Webset.

exclude
object[]

Global exclusion sources (existing imports or websets) that apply to all operations within this Webset. Any results found within these sources will be omitted across all search and import operations.

externalId
string

The external identifier for the webset.

You can use this to reference the Webset by your own internal identifiers.

Maximum string length: 300
metadata
object

Set of key-value pairs you want to associate with this object.

Response

Webset created

id
string
required

The unique identifier for the webset

object
string
default:webset
required
Allowed value: "webset"
status
enum<string>
required

The status of the webset

Available options:
idle,
pending,
running,
paused
externalId
string | null
required

The external identifier for the webset

title
string | null
required

The title of the webset

searches
object[]
required

The searches that have been performed on the webset.

imports
object[]
required

Imports that have been performed on the webset.

enrichments
object[]
required

The Enrichments to apply to the Webset Items.

monitors
object[]
required

The Monitors for the Webset.

dashboardUrl
string<uri>
required

The URL to view the webset in the Exa dashboard

createdAt
string<date-time>
required

The date and time the webset was created

updatedAt
string<date-time>
required

The date and time the webset was updated

excludes
object[]

The Excludes sources (existing imports or websets) that apply to all operations within this Webset. Any results found within these sources will be omitted across all search and import operations.

metadata
object

Set of key-value pairs you want to associate with this object.