Skip to content

Interactive
API Console

Explore and test the Arybit API endpoints in real-time. Authenticate, send requests, and see live responses directly in your browser.

POST /v1/aarab/research

Start a new autonomous research job.

HEADERS

Authorization: Bearer YOUR_API_KEY
Content-Type: application/json

BODY

{
  "topic": "Renewable Energy Trends in East Africa 2025",
  "depth": "comprehensive",
  "output_format": "pdf_report"
}

RESPONSE

Status: 202 Accepted
{
  "jobId": "aarab-job-1a2b3c4d5e",
  "status": "QUEUED",
  "estimated_completion": "2025-12-15T14:30:00Z"
}