Plain HTTP / REST
Authenticate
Authorization: Bearer floe_live_... # developer key — lifecycle: /v1/developer/*
Authorization: Bearer floe_... # agent key — payments: /v1/proxy/fetch, /v1/x402/*Pay an x402 API (the live path)
curl -X POST https://credit-api.floelabs.xyz/v1/proxy/fetch \
-H "Authorization: Bearer floe_..." \
-H "Content-Type: application/json" \
-d '{
"url": "https://api.example.com/premium",
"method": "POST",
"body": {"prompt": "..."}
}'Example: borrow Roadmap
OpenAPI
Last updated
