Skip to main content
GET
Generate Schema
This endpoint helps you understand what parameters are required or optional for each task type when using the Generate endpoint.
Recommended Workflow: Before calling /generate, first call this endpoint with your desired task type to understand exactly which fields to include in your request.

Query Parameters

string
The task type to get schema for. If not provided, returns schemas for all tasks.

Response

Returns an array of task schema objects containing:
string
The task type identifier.
string
Human-readable description of the task.
array
List of required fields with their descriptions, types, and examples.
array
List of optional fields with their descriptions, types, and examples.
array
List of fields that will be ignored for this task type.
object
A complete request example for this specific task.

Example

Response Example

Task Types Overview

All tasks require task and model fields. Use this endpoint to get the complete list of required and optional fields for each specific task type.