Base URL
Current deployed API URL in this workspace:Authentication
Client-facing routes require thex-api-key header.
401.
Success envelope
Every successful response is wrapped in:Error envelope
Every error response is wrapped in:Public endpoints
| Method | Path | Purpose |
|---|---|---|
POST | /cases | Create a new asynchronous coordination case |
GET | /cases/{id} | Retrieve the current case status |
POST | /cases/{id}/input | Resume a case that is waiting for human input |
Status model
| Status | Meaning |
|---|---|
CREATED | Accepted and persisted, waiting for async processing |
RUNNING | Outreach or follow-up is in progress |
INPUT_NEEDED | Offload is paused and waiting for your answer |
COMPLETED | Goal achieved and structured result is available |
FAILED | Workflow could not complete |
Webhooks
IfclientWebhookUrl is set on case creation, Offload sends outbound POST requests when a case:
- completes
- fails
- pauses for human input