Skip to main content
POST
Create Task from Description

Authorizations

x-api-key
string
header
required

Body

application/json
description
string
required

Natural language description of what the task should do

Example:

"Find the company description and CEO name from a website"

name
string

Optional name for the task (auto-generated if not provided)

Example:

"Company Info Extractor"

Response

Successfully created task

status
enum<string>
required
Available options:
success,
error
Example:

"success"

data
object
required
message
string
required
error
object | null
request_id
string

Correlation identifier for support and request tracing.