Skip to main content
POST
Import Unclassified Data

Authorizations

x-api-key
string
header
required

Include your API key in the x-api-key header to authenticate requests. Each organisation is provided with a unique API key. If your key is lost or compromised, contact support to request a new one.

Body

application/json

Request payload for importing one or more unclassified items.

items
object[]
required

List of unclassified items to import.

Minimum array length: 1
batchId
string

Optional client-provided batch identifier to correlate imports.

Example:

"batch-2025-01-15-001"

topic
string

High-level hint for the type of data, e.g. "performance_review", "cv", "survey".

Example:

"performance_review"

source
string

External system name or identifier.

Example:

"workday"

Response

Import accepted for asynchronous processing.

Response returned after the import request has been accepted.

message
string
required

Confirmation message.

Example:

"Message received."