Skip to main content
POST
Create Objectives
For AI agents, use https://docs.tavus.io/openapi.yaml for the full HTTP API contract.

Authorizations

x-api-key
string
header
required

Body

application/json
data
object[]
required

Array of objectives to create. Objectives provide goal-oriented instructions that help guide conversations toward specific achievements and desired outcomes.

Response

Objective created successfully

objectives_id
string

Unique identifier for the created objective

Example:

"o12345"

objective_name
string

Name of the objective

Example:

"New Objectives"

status
string

Current status of the objective

Example:

"active"

created_at
string

ISO 8601 timestamp of when the objective was created

Example:

"2024-01-15T10:30:00Z"