# Social Fetch API - Linktree 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 1 documented Linktree operation. Do not invent paths - only the routes below (and their linked markdown pages) are supported. ## GET /v1/linktree/profiles/{handle} Get Linktree profile Credit cost: 1 credit per successful request. Docs: https://www.socialfetch.dev/docs/api/v1/linktree/profiles/handle/get.mdx SDK: client.linktree.getProfile({ handle: "miguelangeles" }) Parameters: - handle (required, string) - Linktree handle to look up, with or without a leading @. Outcome field: `data.lookupStatus` in `found`, `not_found` curl "https://api.socialfetch.dev/v1/linktree/profiles/miguelangeles" \ -H "x-api-key: YOUR_API_KEY"