API Usage

POST /api/createlink

Endpoint to create a temporary link

Headers

Name
Value

Content-Type

application/json

Authorization

Bearer <token>

Body

Name
Type
Description

name

string

Name of the user

age

number

Age of the user

Response

{
  "temp_link": 1,
  "temp_link_flex": "John",
  "expiration_date": 30
}

Last updated