Skip to main content
PUT
/
api
/
projects
/
{id}
/
assistants
/
{assistantId}
/
schedule
Trigger assistant schedule
curl --request PUT \
  --url https://platform.kodexa.ai/api/projects/{id}/assistants/{assistantId}/schedule \
  --header 'x-api-key: <api-key>'
{}

Authorizations

x-api-key
string
header
required

API key for authentication. Create one from the Kodexa platform UI under Settings > Access Tokens.

Path Parameters

id
string<uuid>
required

Unique identifier (UUID) of the resource.

assistantId
string<uuid>
required

Unique identifier (UUID) of the assistant.

Response

Schedule triggered

The response is of type object.