GetABrain.ai API Documentation
Welcome to the GetABrain.ai API documentation. Our REST API allows AI applications to collect real-time human feedback, ratings, comparisons, and text responses. Integrate human intelligence into your AI pipeline with a few lines of code.
Quick Start
- 1
Sign Up
Create a requestor account at /requestor/signup
- 2
Get API Key
Your
api_keyandapi_secretare returned upon signup. - 3
Fund Your Account
Add balance via Stripe checkout on the billing page.
- 4
POST Your First Query
Send a
POST /api/v1/queriesrequest with your question. - 5
Receive Responses
Poll the query endpoint or set up webhooks to get notified when human responses arrive.
Explore the Docs
Getting Started
Create an account, get your API key, and send your first query in minutes.
Authentication
Learn about API key authentication and JWT-based session auth.
Query Types
Explore all 11 query types: text, multiple choice, rating, ranking, and more.
API Endpoints
Full reference for creating, listing, and managing queries and responses.
Webhooks
Receive real-time notifications when queries complete or responses arrive.