Point Dasha BlackBox at your endpoint, add authentication headers, and receive HTTP POST requests for call events. What you’ll learn: Dashboard and API configuration, URL requirements.Documentation Index
Fetch the complete documentation index at: https://docs.blackbox.dasha.ai/llms.txt
Use this file to discover all available pages before exploring further.
Quick setup
URL requirements
- HTTPS recommended — Use HTTPS for security
- Publicly accessible — No localhost or private IPs
- Response under 10 seconds — Use async processing
Example: Local development with ngrok
Example: Local development with ngrok
Response requirements
| Status | Meaning | Retry? |
|---|---|---|
| 2xx | Success | No |
| 4xx | Client error | No |
| 5xx | Server error | Yes |
| Timeout | No response | Yes |
Checklist
- URL publicly accessible
- Response time under 10 seconds
- Idempotency handling implemented
What’s next
Webhook Events
Event types and payloads
Testing Webhooks
Comprehensive testing guide