Skip to content

GAIFE Documentation

Welcome to the official GAIFE documentation of our product and API.

Product Documentation

API Documentation

API Access & Authentication

To manage your API keys:

  1. Visit the API Access page at: https://beta.gaife.com/organizations/{your_org}/api-access

  2. Here you can:

    • Create new API keys
    • View existing keys
    • Revoke or rotate keys as needed
    • Set key permissions and expiration dates

Important

Keep your API keys secure and never share them in public repositories or client-side code.

Base URL

  • The base URL for all API requests is:

    https://beta-api.gaife.com/developer
    

Authentication

  • All API endpoints require authentication using an API key in the Bearer token format in the Authorization header:

    Authorization: Bearer your_api_key_here