# Social Fetch API - Auth endpoints # Base URL: https://api.socialfetch.dev # Auth: x-api-key header (sfk_...) # Full catalog: https://www.socialfetch.dev/llms-endpoints.txt | JSON: https://www.socialfetch.dev/llms.json # Docs hub: https://www.socialfetch.dev/docs/api | OpenAPI: https://www.socialfetch.dev/openapi.json 2 documented Auth operations. Do not invent paths - only the routes below (and their linked markdown pages) are supported. ## GET /v1/whoami Whoami Docs: https://www.socialfetch.dev/docs/api/v1/whoami.mdx SDK: client.auth.whoami() curl "https://api.socialfetch.dev/v1/whoami" \ -H "x-api-key: YOUR_API_KEY" ## GET /v1/balance Get account balance Docs: https://www.socialfetch.dev/docs/api/v1/balance.mdx SDK: client.billing.getBalance() curl "https://api.socialfetch.dev/v1/balance" \ -H "x-api-key: YOUR_API_KEY"