Glossary
Use this glossary when reading API references and building production data workflows.
Terms
Endpoint
A specific HTTP method and path, such as GET /search or GET /product-details.
OpenAPI
A machine-readable specification for endpoints, parameters, responses, and authentication.
Rate limit
A request limit applied by RapidAPI based on your plan or quota window.
Backoff
A retry strategy that waits longer after each failed attempt.