Getting Started

Quickstart

Quickstart

This guide walks you through the fastest way to start using APIs with ReachAPI.

  1. Register an account

    • Go to /sign-up and create a new account with your email address.
    • Verify your email if required.
  2. Sign in and open the console

    • Sign in at /sign-in.
    • After signing in, open the dashboard at /dashboard.
  3. Create an API Key

  4. 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
  5. 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.

On this page