Authentication
Your API key for authentication
Path Parameters
The unique identifier of the request
Response
Whether an error occurred
Success message
Request Status Types
Pending
Request is waiting for a reviewer to claim it. No response yet.
Claimed
A reviewer has claimed the request and is working on it.
Completed
Reviewer has submitted their response. Check
response_data
field.Cancelled
Request was cancelled before completion.
Timeout
Request timed out.
default_response
was used as the final response.Polling Strategy
Basic Polling
Poll every 30 seconds for time-sensitive requests:Exponential Backoff
More efficient polling with increasing intervals:Response Data Examples
Single Select Response
Multi Select Response
Rating Response
Text Response
Boolean Response
Next Steps
Add Feedback
Provide feedback on completed requests to improve reviewer performance.
Cancel Request
Cancel a pending request if it’s no longer needed.
Set Up Webhooks
Get real-time notifications instead of polling for status updates.