v0 Platform API/API Reference/Rate limits
Find Rate Limit
Retrieves rate limit information for a given scope. Useful for monitoring usage limits and avoiding throttling.
GET/v1/rate-limits
Usage
TypeScript Example
API Signature
Request
Query Parameters
scope?: string
The context or namespace to check rate limits for (e.g., a project slug or feature area).
Response
remaining?: number
reset?: number
limit: number