API Reference
SenseResponse API
Build powerful integrations with our REST API. Access agents, conversations, analytics, and more programmatically.
Quick StartSoonContact for API Access
API Reference
API Status
All systems operational
Base URL
https://api.senseresponse.com/v1
Authentication
All API requests require authentication using an API key. Include your API key in the Authorization header:
Authorization: Bearer YOUR_API_KEY
You can generate API keys in your dashboard settings.
Example Request
cURL
curl -X GET "https://api.senseresponse.com/v1/agents" \ -H "Authorization: Bearer YOUR_API_KEY" \ -H "Content-Type: application/json"
Example Response
JSON
{
"data": [
{
"id": "agent_abc123",
"name": "Sales Assistant",
"type": "phone",
"status": "active",
"created_at": "2025-01-01T00:00:00Z"
}
],
"meta": {
"total": 1,
"page": 1,
"per_page": 20
}
}Rate Limits
| Plan | Requests/min | Requests/day |
|---|---|---|
| Free | 60 | 1,000 |
| Pro | 300 | 10,000 |
| Enterprise | 1,000 | Unlimited |
Official SDKs
Need help?
Check out our guides or reach out to our developer support team.