API Playground
Test API endpoints interactively with live responses
BetaTest Environment
Authentication Required
All API endpoints require authentication via API key. Get your API key from the Settings page. This playground uses mock responses for demonstration.
Request Builder
Configure your API request
/api/v1
Response
API response will appear here
No response yet. Send a request to see the response.cURL Command
Copy this command to use in terminal
curl -X GET "https://voice.sury.app/api/v1/feedback?slug=demo"
-H "X-API-Key: sk_test_demo_key_for_testing_only"Example Requests
List All Feedback
Get all feedback items for an account
GET /api/v1/feedback?status=new&limit=10
Header: X-API-Key: sk_test_...