POST /v1/process HTTP/1.1
Authorization: Bearer sk_live_************
Content-Type: application/json
{
"input": "sample payload",
"options": { "mode": "fast" }
}
→ 200 OK · 184ms
{
"status": "success",
"result": { "score": 0.94, "id": "req_8f2c..." }
}