POST
/
links
curl --request POST \
  --url https://directt.to/api/v1/links \
  --header 'Content-Type: application/json' \
  --data '{
  "link": "<string>",
  "projectDomain": "<string>",
  "metaData": {
    "title": "<string>",
    "description": "<string>",
    "image": "<string>"
  },
  "androidReferrer": "<string>"
}'
{
  "linkId": "<string>",
  "url": "<string>"
}

Body

application/json

Response

201
application/json

Link successfully created

The response is of type object.