
Brainshop.ai is a public API providing make a free a.i brain.
All requests require a Bearer Token provided in the Authorization header.
Authorization: Bearer $API_KEY| Method | Path | Description |
|---|---|---|
| GET | https://brainshop.ai/ | Primary API endpoint. |
curl -X GET "https://brainshop.ai/" \ -H "Accept: application/json"