Authorizations
- Authorization string required header
All requests require a Bearer token in the
Authorizationheader. API keys are prefixed withfdsk_and should be kept secret. You can generate and manage keys from the Developer settings page.
Request Body
application/json- description string required
Task description explaining what should be generated or updated.
- title string
Optional task title. If omitted, Fern generates one after task creation.
Response
application/json- id string
Task ID (
tsk_...). - title string | null
Task title. If omitted on create, Fern generates one after task creation.
- status string
Task processing status.