Documentation Index
Fetch the complete documentation index at: https://mintlify.com/vemetric/vemetric/llms.txt
Use this file to discover all available pages before exploring further.
Introduction
The Vemetric API provides programmatic access to your analytics data. Use it to build custom dashboards, automate reports, integrate analytics into your internal tools, or export data for further analysis.Base URL
All API requests should be made to:API Versioning
The current API version isv1. All endpoints are prefixed with /v1/.
Rate Limiting
The API implements rate limiting to ensure fair usage and system stability:- Limit: 100 requests per 60 seconds per project
- Window: 60 seconds (sliding window)
| Header | Description |
|---|---|
X-RateLimit-Limit | Maximum number of requests allowed in the current window |
X-RateLimit-Remaining | Number of requests remaining in the current window |
X-RateLimit-Reset | Unix timestamp (in seconds) when the rate limit resets |
429 Too Many Requests status code.
Response Format
All API responses are in JSON format with appropriate HTTP status codes:200- Success400- Bad Request (validation errors)401- Unauthorized (invalid API key)403- Forbidden (plan limits exceeded)429- Rate Limit Exceeded500- Internal Server Error
Success Response
Error Response
Error responses follow a consistent structure:OpenAPI Specification
The Vemetric API provides an OpenAPI 3.0 specification for easy integration with API clients and code generators:- Postman - Import the OpenAPI spec to test API endpoints
- Swagger UI - Interactive API documentation
- OpenAPI Generator - Generate client SDKs in various languages
Getting Help
If you need help with the API:- Check the Authentication guide to get started
- Review specific endpoint documentation:
- Analytics Query - Query analytics metrics
- Projects - Get project information
- Report issues on GitHub
- Contact support at support@vemetric.com
Next Steps
Authentication
Learn how to authenticate API requests with API keys
Analytics Query
Query your analytics data with flexible filtering and grouping
Projects
Retrieve project information and configuration
Error Codes
Understand API error codes and how to handle them