Trendtrack
Trendtrack
DashboardGet API keyIntroduzione
Primi passiAutenticazioneCrediti e fatturazioneErroriRate LimitsTime windowsRisoluzione dei problemi
Guide

Rate Limits

Gestisci correttamente le risposte 429 e usa Retry-After in sicurezza.

Current behavior

Trendtrack owns authenticated public API rate limiting in the backend runtime. If a request is blocked, the API returns a canonical 429 rate_limited response.

Headers to watch

  • Retry-After tells you when to retry after a 429.
  • X-Request-Id helps correlate support or debugging investigations.

Implementation guidance

  • Back off and retry after the interval in Retry-After.
  • Treat rate limiting separately from billing failures such as insufficient_credits.
  • Use the raw OpenAPI and Swagger references to verify per-endpoint behavior as the surface evolves.

Errori

Scopri la struttura stabile degli errori e i codici di errore pubblici più importanti.

Time windows

Pick the right current-ranking sort keys, historical time windows, snapshotDate, and freshness controls.

On this page

Current behaviorHeaders to watchImplementation guidance