LOVO AI · Rate Limits

Lovo Ai Rate Limits

The Genny API enforces a documented per-account rate limit of 20 requests per minute. Beyond request rate, throughput is bounded by two things - the input size cap of 500 characters per TTS conversion, and the account's subscription allowance (TTS credits/characters), which is drawn down by both app and API usage. Keys without an active subscription are rejected with a 402. Generated audio result URLs are valid for 24 hours and should be downloaded promptly.

Lovo Ai Rate Limits is the machine-readable rate-limit profile for LOVO AI on the APIs.io network, conforming to the API Commons Rate Limits specification.

It captures 5 rate-limit definitions, measuring requests, characters, seconds, and urls.

The profile also includes 3 backoff/retry policies defined and response codes documented for throttled.

Tagged areas include AI, Text to Speech, TTS, Rate Limiting, and Quotas.

5 Limits Throttle: 429
AIText to SpeechTTSRate LimitingQuotas

Limits

API Request Rate account
requests
20 per minute
Documented per-account rate limit across the Genny API.
TTS Input Size request
characters
500 per conversion
The text field on TTS requests is capped at 500 characters.
Subscription Allowance account
characters
per plan
Monthly character/credit allowance is set by the subscription tier and consumed by app plus API usage.
Sync TTS Timeout request
seconds
90
POST /tts/sync returns a pending async job if synthesis exceeds 90 seconds.
Callback URLs request
urls
4 per async job
Async TTS jobs may register up to 4 callbackUrls; each receives a single POST that must return 2xx within 10 seconds.

Policies

Subscription Gate
Requests from an API key without an active subscription are rejected with a 402 "No active subscription".
Result URL Expiry
Generated audio URLs expire 24 hours after creation and should be downloaded for further use.
Backoff Strategy
Clients should stay under 20 requests/min, implement exponential backoff with jitter, and honor Retry-After on 429 responses.

Sources