# OFM Elite > HTTP API + MCP for Elite deeplinks, bio pages, groups, and analytics. Base URL: https://api.ofmelite.io/v1 Docs: https://ofmelite.io/docs/api Full docs dump: https://ofmelite.io/llms-full.txt Design system: https://ofmelite.io/design.md ## Get started - [Introduction](https://ofmelite.io/docs/api.md): Welcome to the Elite API — automate deeplinks, bio pages, groups, and analytics. - [Quickstart](https://ofmelite.io/docs/api/quickstart.md): Create an API key and make your first Elite API request in minutes. - [Authentication](https://ofmelite.io/docs/api/authentication.md): Authenticate Elite API requests with Bearer ofm_ API keys. ## Guides - [Creating links](https://ofmelite.io/docs/api/guides/creating-links.md): How to create Elite deeplinks and direct links via the API. - [Analytics](https://ofmelite.io/docs/api/guides/analytics.md): Pull Elite link and account analytics over the API. - [Error handling](https://ofmelite.io/docs/api/guides/error-handling.md): Error response shape and common Elite API error codes. ## API Reference - [Endpoints index](https://ofmelite.io/docs/api/reference.md): Browse all Elite API endpoints ### Account - [GET Get account overview](https://ofmelite.io/docs/api/reference/account/get-account.md): High-level snapshot of your Elite account: link counts, websites, and top links by clicks. ### Links - [GET List links](https://ofmelite.io/docs/api/reference/links/list-links.md): Retrieve all deeplinks and direct links on your account. - [POST Create link](https://ofmelite.io/docs/api/reference/links/create-link.md): Create a new Elite deeplink or direct link. - [GET Get link](https://ofmelite.io/docs/api/reference/links/get-link.md): Retrieve a single link by id. - [PATCH Update link](https://ofmelite.io/docs/api/reference/links/update-link.md): Update destination, name, behavior, group, or active state. - [POST Pause link](https://ofmelite.io/docs/api/reference/links/pause-link.md): Disable a link without deleting it. - [POST Activate link](https://ofmelite.io/docs/api/reference/links/activate-link.md): Re-enable a paused link. - [DELETE Delete link](https://ofmelite.io/docs/api/reference/links/delete-link.md): Permanently delete a link. - [GET Get link analytics](https://ofmelite.io/docs/api/reference/links/link-analytics.md): Clicks, views, CTR, countries, devices, and sources for a link. ### Groups - [GET List groups](https://ofmelite.io/docs/api/reference/groups/list-groups.md): Retrieve all link groups with link counts. - [POST Create group](https://ofmelite.io/docs/api/reference/groups/create-group.md): Create a new group to organize your links. - [DELETE Delete group](https://ofmelite.io/docs/api/reference/groups/delete-group.md): Delete a group. Links are not deleted — they are simply ungrouped later when reassigned. - [POST Assign links to group](https://ofmelite.io/docs/api/reference/groups/assign-links.md): Add or remove links from a group. ### Websites - [GET List bio pages](https://ofmelite.io/docs/api/reference/websites/list-websites.md): List all Elite bio / website pages. - [POST Create bio page](https://ofmelite.io/docs/api/reference/websites/create-website.md): Create a new Elite bio / link-in-bio website. - [GET Get bio page](https://ofmelite.io/docs/api/reference/websites/get-website.md): Retrieve a bio page by id. - [PATCH Update bio page](https://ofmelite.io/docs/api/reference/websites/update-website.md): Update copy or publish/unpublish a bio page. - [DELETE Delete bio page](https://ofmelite.io/docs/api/reference/websites/delete-website.md): Permanently delete a bio page and its slug. - [GET Get bio page analytics](https://ofmelite.io/docs/api/reference/websites/website-analytics.md): Analytics for a bio / website page. ### Analytics - [GET Get summary analytics](https://ofmelite.io/docs/api/reference/analytics/get-summary.md): Aggregated clicks/views across a sample of your links. ## Design - [Design system](https://ofmelite.io/design.md): Brand, color, typography, and UI rules