Overview
Integration guide
Use these docs to authenticate requests, submit a solve, poll task status, and monitor credits. The current scope is static ASCII image captchas.
Base URL
https://api.billysbelovedbots.com
Authorization header
Authorization: Bearer bbb_YOUR_API_KEY
Workflow
POST /v1/image-to-text/tasks → GET /v1/tasks/{taskId}
Endpoints
Create task
Submit one base64-encoded image and receive a task ID immediately.
Get task
Read task status, subcode, timestamps, and the final solution.
List tasks
Page through recent requests for the authenticated account.
Get balance
Return the current prepaid credit balance for the authenticated account.