Skip to main content
POST
Create Task

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

Create task request

title
string
required
description
string | null
agent_id
integer | null
files
string[] | null
llm_ids
(string | null)[] | null
memory_similarity_threshold
number | null
default:1.5
agent_type
string | null
default:standard
agent_config
Agent Config · object | null
is_preview
boolean
default:false
is_visible
boolean
default:true
execution_mode
string | null
process_description
string | null
examples
ExampleItem · object[] | null

Response

Successful Response

Create task response

task_id
integer
required
title
string
required
status
string
required
created_at
string
required
model_id
string | null
small_fast_model_id
string | null
visual_model_id
string | null
compact_model_id
string | null
model_name
string | null
small_fast_model_name
string | null
visual_model_name
string | null
compact_model_name
string | null
execution_mode
string | null
channel_id
integer | null
channel_name
string | null
agent_id
integer | null
agent_name
string | null
agent_logo_url
string | null