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>" }
Link successfully created
The response is of type object.
object