Skip to main content
POST

Authorizations

Authorization
string
header
required

API key as Bearer token: Authorization: Bearer YOUR_API_KEY

Body

application/json
name
string
required

Human-readable config name

Required string length: 1 - 255
type
enum<string>
required

Config type

Available options:
parse,
extract,
classify
params
object
required

Configuration parameters (varies by type)

Response

Config created

success
boolean
required
config_id
string
required

config://<uuid> URI

Example:

"config://b2c3d4e5-f6a7-8901-bcde-f12345678901"

name
string
required
type
enum<string>
required
Available options:
parse,
extract,
classify
params
object
required
created_at
string<date-time>
updated_at
string<date-time>