Skip to main content
POST
Create Job

Headers

unstructured-api-key
string | null

Body

multipart/form-data
request_data
string
required
input_files
file[] | null

Response

Successful Response

id
string<uuid>
required
workflow_id
string<uuid>
required
workflow_name
string
required
status
enum<string>
required
Available options:
SCHEDULED,
IN_PROGRESS,
COMPLETED,
STOPPED,
FAILED
created_at
string<date-time>
required
runtime
string<duration> | null
input_file_ids
string[] | null
output_node_files
NodeFileMetadata · object[] | null
job_type
enum<string>
default:ephemeral
Available options:
ephemeral,
persistent,
scheduled,
template