Release Forms
Create Invitation Link
Create a new invitation link for release forms.
post/api/{account}/release-forms/create-invitation-link
Request body
Example request
{
"name": "Collab Sebastian - 24/7"
}Response
Success
Example response
{
"data": {
"id": 1196790,
"type": "guest",
"name": "Collab Sebastian - 24/7",
"token": "YywCXZePu3wKcPYcId9UDsJu7w5LY56r",
"date": "2026-03-10T12:15:03+00:00",
"invitationUrl": "https://onlyfans.com?rfguesttoken=YywCXZePu3wKcPYcId9UDsJu7w5LY56r",
"user": {
"view": "t",
"id": 30797435,
"name": "Jessie",
"username": "jessieromero7",
"isVerified": true,
"isDeleted": false,
"isActive": true,
"avatar": "https://public.onlyfans.com/files/example/avatar.jpg",
"avatarThumbs": {
"c50": "https://thumbs.onlyfans.com/public/files/thumbs/c50/example/avatar.jpg",
"c144": "https://thumbs.onlyfans.com/public/files/thumbs/c144/example/avatar.jpg"
}
}
},
"_meta": {
"_credits": {
"used": 1,
"balance": 999999839,
"note": "Always"
},
"_cache": {
"is_cached": false,
"note": "Cache disabled for this endpoint"
},
"_rate_limits": {
"limit_minute": 10000000,
"limit_day": 50000,
"remaining_minute": 9999999,
"remaining_day": 49997
}
}
}