Returns your current API usage and daily quota. Use this to monitor how many requests you have remaining before hitting the daily limit.
Bearer token for authentication
Successful Response
Last updated 2 days ago
Was this helpful?
GET /rate-limit HTTP/1.1 Host: api.getuntitled.ai Authorization: Bearer YOUR_SECRET_TOKEN Accept: */*
{ "remaining": 1, "limit": 1 }