Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.getflex.ai/llms.txt

Use this file to discover all available pages before exploring further.

Authentication

All API endpoints require authentication using Bearer tokens. You’ll need to include your API key in the Authorization header of each request:

Getting Your API Key

  1. First, register for an account to get an API key. New accounts come with $5 in credits to get started.
  2. Once registered, go to your API Settings to find your API key.

Using Your API Key

You can use your API key in several ways:

Usage

All API endpoints are authenticated using Bearer tokens and picked up from the header.
Authorization: Bearer YOUR_API_KEY