All API requests require authentication using a Bearer token.
Authorization Header
http
Authorization: Bearer YOUR_API_KEYSecurity tip: Never expose your API keys in client-side code. Use environment variables and server-side requests to protect your credentials.
API Key Format
All API keys start with rp_live_ and come with a free evaluation period. You can manage your key and usage in the dashboard.
rp_live_abc123xyz456...Billing note: All requests made with your API key are charged to your account. Set daily limits in the dashboard to control costs. The
/api/v1/chat/estimateendpoint is free and does not count toward usage.