Links

Create link

Create a new Elite deeplink or direct link.

POST/v1/links
curl -X POST https://api.ofmelite.io/v1/links \
-H "Authorization: Bearer ofm_YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"destination":"https://yourpage.com/sophie","slug":"sophie-ig","name":"Sophie IG","behavior":"conservative"}'
201Created
{
  "id": "4a23c6ba-c701-4502-b854-b1131e91e37a",
  "name": "Sophie IG",
  "slug": "sophie-ig",
  "destination": "https://yourpage.com/sophie",
  "active": true,
  "url": "https://ofmelite.io/sophie-ig",
  "createdAt": "2026-08-01T00:00:00.000Z"
}

Request

Headers

Authorization
stringrequired

Bearer token with your Elite API key

Bearer ofm_YOUR_API_KEY

Content-Type
stringrequired

Must be application/json for POST/PATCH

application/json

Body

destination
stringrequired

HTTPS destination URL

https://yourpage.com/sophie

slug
stringrequired

Short path on ofmelite.io

sophie-ig

name
stringoptional

Display name

Sophie IG

behavior
stringoptional

aggressive | conservative | non-meta | basic

conservative

group
stringoptional

Optional group id

Response

Response fields

id
stringoptional

Link id

url
stringoptional

Live Elite URL

slug
stringoptional

Slug