Home
API Playground

Test spaq API Endpoints

Explore our API with live examples. Test endpoints, see responses, and generate code snippets.

API Authentication

Get API Key →

Your API key is only used for this session and is not stored

Endpoints

Code Examples

curl -X POST https://api.spaq.ai/api/v1/decisions \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
  "decision": "Implement real-time collaboration",
  "context": "Team requested live editing features",
  "tags": ["product", "feature-request"],
  "participants": ["sarah@company.com", "alex@company.com"]
}'

Request Body

application/json

Response

No response yet
Run a request to see the response

Ready to Build?

Check out our comprehensive API documentation and SDKs to start integrating spaq into your applications.