Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.zocomputer.com/llms.txt

Use this file to discover all available pages before exploring further.

Parameters

task
string
required
Specific task with explicit stop condition. Name elements in quotes.
output_schema
object
Optional flat JSON schema for structured output. Top-level type must be ‘object’ with ‘properties’ (dict) and ‘required’ (list of keys). Each property is either a scalar (type=‘string’|‘number’|‘boolean’, plus optional ‘enum’ list for strings) or an array (with ‘items’ that is a scalar or a flat object whose own properties are scalars). No deeper nesting. Omit when no structured output is needed.