Sejhey API
Sejhey API provides a simple and secure way to manage translations and localization for your projects. With RESTful endpoints and API key authentication, you can integrate Sejhey into your apps, automate workflows, and manage translations programmatically.
Get started by obtaining your API key in your project settings and explore the endpoints in this documentation.
Rate limits enforce a moving request window (see the X-RateLimit-* headers for exact quotas) and only one consecutive request can be processed at a time, so plan bulk operations accordingly.
Authentication
- API Key: ApiKeyAuth
An API Key is required to access the endpoints. This key is project bound and can be created in the project settings. The key needs to be sent in the X-API-Key header on every request.
Security Scheme Type: | apiKey |
|---|---|
Header parameter name: | X-API-Key |