Documentation Index
Fetch the complete documentation index at: https://docs.funbypass.com/llms.txt
Use this file to discover all available pages before exploring further.
Base URL
All API requests are made to:Request Format
All requests use JSON bodies withContent-Type: application/json.
Authentication is done via the clientKey field in the request body — no headers or bearer tokens required.
Endpoints
| Method | Endpoint | Description |
|---|---|---|
POST | /createTask | Submit a new interaction task |
GET | /getTaskResult/{taskId} | Poll for a task’s result |
POST | /getBalance | Check your account balance |
Response Format
All responses are JSON with a consistent structure:errorId: 0means successerrorId: 1means an error occurred — checkerrorCodeanderrorDescription
HTTP Status Codes
| Code | Meaning |
|---|---|
200 | Success or completed task |
202 | Task is still processing |
400 | Invalid request parameters |
402 | Insufficient balance |
403 | Forbidden (suspended, paused, or task could not be completed) |
404 | Resource not found (key, task, template) |
429 | Rate limit or thread limit exceeded |
503 | Service temporarily unavailable |
504 | Task or processing timeout |