Skip to main content
Create enrichment

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

workspace_slug
string
required

URL-friendly workspace identifier

Example:

"acme"

Body

application/json
name
string
required
source_id
string<uuid>
required
Example:

"550e8400-e29b-41d4-a716-446655440000"

table
string
required
prompt
string
required
result_columns
object[]
required
schema
string | null

Response

Created

enrichment_id
string
name
string
source_id
string<uuid>
Example:

"550e8400-e29b-41d4-a716-446655440000"

table
string
schema
string | null
prompt
string
prompt_columns
object[]
result_columns
object[]
meta_column
object
Last modified on July 23, 2026