Documentation

Quickstart

From signup to first inference in under 60 seconds.

1. Sign up and get your API key

Create an account on the Flopex homepage — your API key is shown once. Save it immediately; it cannot be retrieved later.

New accounts include $10 in free wallet credit to try the API.

2. Make your first request

import requests

response = requests.post(
    0,
    headers={1: 2},
    json={
        3: 4,
        5: 6,
        7: 128
    }
)

data = response.json()
print(data[8])
print(f9)
print(f10)

3. Check your balance

curl https://api.flopex.ai/v1/balance \
  -H 0

4. Next steps