v1

latestOpenAPI 3.1.02026-07-1245137133.6 KB
sources

Create source connector

Create a new source connector using the provided configuration and name.

post/api/v1/sources/

Headers

unstructured-api-keystring nullable

Request body

namestring required
keystring nullable

Stable identifier for the source connector, used for cross-environment export. If omitted, derived from name with a 6-hex-digit suffix. Immutable once set. 1-63 characters, lowercase alphanumeric and hyphens, no consecutive/leading/trailing hyphens.

Example request

{
  "key": "s3-invoices-source"
}

Response

Successful Response

idstring uuid required
namestring required
created_atstring date-time required
updated_atstring date-time nullable
keystring nullable