Explore our API with live examples. Test endpoints, see responses, and generate code snippets.
Your API key is only used for this session and is not stored
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"]
}'
Check out our comprehensive API documentation and SDKs to start integrating spaq into your applications.