Successful Response
Bepro Data API (2.0.0)
Welcome to the Bepro Data API documentation. This API provides comprehensive access to Bepro's whole database based on your own service permission scope, including events, stats, positional data, or meta data etc.
This section covers the essential information you need to get started with the Bepro Data API.
All API requests require authentication using a Bearer token.
Include the token in the Authorization header:
Authorization: Bearer YOUR_API_TOKENTo obtain an API token, please contact the Bepro team.
- Rate Limit: 1000 requests per minute per API token
- Burst Limit: 100 requests per second
When you exceed the rate limit, you'll receive a 429 Too Many Requests response.
For detailed information about event types and their properties, please refer to our Event Definition Documentation:
All coordinate values in the API use a normalized coordinate system:
- X-axis: 0.0 (left) to 1.0 (right)
- Y-axis: 0.0 (bottom) to 1.0 (top)
- Origin: Bottom-left corner (0, 0)
Servers
https://ds.bepro.ai/data-api/
- https://ds.bepro.ai/data-api/data-api/video/timings
Response
application/json
{ "count": 0, "data": [ { … } ] }