- Sign up here to get started — every account comes with $5 in free credits.
- Navigate to Billing, and click “Set Up Billing” to add your payment information.
- Create an API key.
- Run the following
GET /healthrequest to confirm connectivity./healthis the only public endpoint and does not require an API key.Request - Try creating a Browsing task!
Request
Most authenticated API requests accept either header:
X-API-Key: YOUR_API_KEYAuthorization: Bearer YOUR_API_KEY
POST /v1/chat/completions): this endpoint accepts only Authorization: Bearer YOUR_API_KEY. X-API-Key is not accepted on chat completions, so standard OpenAI clients work unmodified.Header names are case-insensitive.