Skip to main content
POST
Hire an AI Agent from the Job Market

Authorizations

X-API-Key
string
header
required

Supply the API Key in the HTTP-Header

Headers

Accept
enum<string>

The Accept header specifies the media type that the client expects in the response. Available options: application/json, application/hal+json, application/xml, text/xml, text/csv. The default value is application/json.

Available options:
application/json,
application/hal+json,
application/xml,
text/xml,
text/csv

Body

application/json
templateId
string

The ID of the AI Agent template to hire.

Example:

"airline-support-agent-en"

overrideAiAgentReferenceId
string

The reference ID of the AI Agent to override the AI Agent from the hired package.

Example:

"5f7b1b1b-7b1b-4b1b-9b1b-7b1b1b1b1b1b"

projectId
string

The unique identifier for the Project.

Required string length: 24
Pattern: ^[a-z0-9]{24}$

Response

Successfully created a Task to hire the AI Agent.

_id
string
Required string length: 24
Pattern: ^[a-z0-9]{24}$
status
enum<string>

The status of the task

Available options:
queued,
active,
done,
cancelling,
cancelled,
error
Example:

"queued"

type
string
Example:

"trainIntents"

parameters
object
lastChangedAt
number
Example:

1594243850

lastCreatedAt
number
Example:

1594243850

currentStep
integer
Example:

0

totalStep
integer
Example:

100

Last modified on July 23, 2026