API Reference
Swishr REST API
Integrate Swishr into your workflows with our RESTful API. Build custom dashboards, automate evaluations, and sync data with your existing systems.
Authentication
All API requests require a Bearer token. Generate API keys from your organization settings.
Rate Limits
1,000 requests per minute on Standard plans. 10,000 on Enterprise. Rate limit headers included in responses.
Base URL
https://api.swishr.aiExample Request
curl -X GET https://api.swishr.ai/v1/agents \ -H "Authorization: Bearer YOUR_API_KEY" \ -H "Content-Type: application/json"
Endpoints
GET
/v1/agentsGET
/v1/agents/:idGET
/v1/evaluationsPOST
/v1/evaluationsGET
/v1/dsatGET
/v1/schedulesPOST
/v1/schedulesGET
/v1/insightsNeed API access?
API access is available on Standard and Enterprise plans. Contact us to get started.
Request API Access