Skip to main content
POST

Headers

x-apikey
string
required

API Key for authentication

Body

application/json
name
string
required

Display name for the connector

Maximum string length: 256
method
string
required

HTTP method: get, post, put, or patch

url
string
required

Full API endpoint URL (e.g. https://api.example.com/v1/score)

Maximum string length: 512
type
string
default:enrichment

Connector type: simple, enrichment, or exporter

headers
NameValue · object[]

HTTP headers to send with each request

parameters
NameValue · object[]

Query parameters

body
NameValue · object[]

Request body fields

body_template
string | null

Jinja body template. When set, template variables become body params instead of 'body' list.

Maximum string length: 2048
rate_limit
integer | null

Max requests per minute (capped by plan)

Required range: x >= 1
max_concurrency
integer | null

Max concurrent requests (capped by plan)

Required range: x >= 1

Response

Connector created

id
integer
required
name
string
required
type
string
required
method
string
required
url
string
required
headers
NameValue · object[]
parameters
NameValue · object[]
body
NameValue · object[]
body_template
string | null
rate_limit
integer | null
max_concurrency
integer | null
created_at
string | null