Getting Started
Quickstart
Quickstart
This guide walks you through the fastest way to start using APIs with ReachAPI.
-
Register an account
- Go to
/sign-upand create a new account with your email address. - Verify your email if required.
- Go to
-
Sign in and open the console
- Sign in at
/sign-in. - After signing in, open the dashboard at
/dashboard.
- Sign in at
-
Create an API Key
- Open https://reachapi.ai/dashboard/apikeys.
- Click Create API Key and give it a recognizable name.
- Copy the key value and store it securely; it will be shown in full only once.
-
Choose an API or integration path
- Browse supported API references under
/docs/api-reference/*. - For text generation APIs, start with
/docs/api-reference/text/*. - Image generation references are available under
/docs/api-reference/image/*. - Video references will be added under
/docs/api-reference/video. - If you want to integrate through popular developer tools, start with:
- Claude Code Integration
- Codex Integration Guide
- Browse supported API references under
-
Start your integration
- Use your API key in the target SDK, CLI, or application configuration.
- Follow the corresponding API or integration guide to complete environment setup and your first request.
When these steps are complete, you will have a working account, an API key, and a clear path to start integrating the model or tool you need.