<aside> <img src="https://prod-files-secure.s3.us-west-2.amazonaws.com/c3942e98-5f9b-47e8-8676-2f507eb3b25c/344d0d49-169c-456a-aad9-0015ece6b9ff/Group_2865.png" alt="https://prod-files-secure.s3.us-west-2.amazonaws.com/c3942e98-5f9b-47e8-8676-2f507eb3b25c/344d0d49-169c-456a-aad9-0015ece6b9ff/Group_2865.png" width="40px" /> Home


File Structure

installation

Setup

APIs Setup

Website Basics

VPS Setup

Contact us


</aside>

Here’s a step-by-step guide on how to obtain an API key from RapidAPI:

Step 1: Sign Up or Log In

  1. Go to RapidAPI.
  2. If you already have an account, click on "Log In" at the top-right corner and log in with your credentials.
  3. If you don’t have an account, click on "Sign Up" to create a new one. You can sign up using your email, GitHub, or Google account.

Step 2: Browse and subscribe

  1. AI Detector
  2. Grammer Checker
  3. Translator
  4. Plagiarism Checker
  5. Summarizer
  6. Humaizer

Step 3: Subscribe to the API

  1. After selecting an API, you will be directed to its API documentation page.
  2. On the right-hand side, you'll see various pricing plans for the API (Free, Pro, etc.). Choose the appropriate plan based on your needs.
  3. Click on "Subscribe" for the selected plan. If there’s a free plan, you can start with that.

image.png

Step 4: Get the API Key

  1. Once subscribed, click on the "Endpoints" tab on the API documentation page.

  2. At the top of the Endpoints tab, you will find your API Key (also known as RapidAPI key).

    It will look like this:

    
    x-rapidapi-key: YOUR_RAPIDAPI_KEY
    
    
  3. Copy this key, as you will need it to make requests to the API.

Step 5: Use the API Key in Your Application

  1. In your Laravel or Next.js project, store the key securely by adding it to your .env file:

    For Laravel:

    
    RAPID_API_KEY=your_rapidapi_key
    
    

    image.png

    Step 6: Test the API

    Now that you have your API key, you can start testing the API by sending requests and handling the responses in your application. You can also explore the various API endpoints provided in the documentation for different functionalities.