Overview
Vell API (1.0.0)
API for managing mail content. There are several tools available to generate code from OpenAPI documents, but it may be easier to use AI. The yaml in the link below can be passed to each AI service and instructed to convert it to code in any language.
Rate Limit: This API is rate limited to 1000 requests per hour. This limit is shared between AuthKey and AdminKey. Exceeding this limit may result in temporary blocking of further requests.
The response will include a header regarding the rate limitation of the API.
- ratelimit-limit: Maximum number of requests per hour
- ratelimit-remaining: Number of possible requests remaining before the next reset
- ratelimit-reset: Number of seconds until next reset
- OpenAPI version: 3.1.0
Authentication
auth_key
Security scheme type: apiKey
Header parameter name: auth-key
admin_key
Security scheme type: apiKey
Header parameter name: admin-key