Links
Create link
Create a new Elite deeplink or direct link.
POST
/v1/linkscurl -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
Authorizationstringrequired
Bearer token with your Elite API key
Bearer ofm_YOUR_API_KEY
Content-Typestringrequired
Must be application/json for POST/PATCH
application/json
Body
destinationstringrequired
HTTPS destination URL
https://yourpage.com/sophie
slugstringrequired
Short path on ofmelite.io
sophie-ig
namestringoptional
Display name
Sophie IG
behaviorstringoptional
aggressive | conservative | non-meta | basic
conservative
groupstringoptional
Optional group id
Response
Response fields
idstringoptional
Link id
urlstringoptional
Live Elite URL
slugstringoptional
Slug