curl --request POST \ --url https://itlinks.to/v1/links/generate-slug \ --header 'Authorization: <api-key>' \ --header 'Content-Type: application/json' \ --data '{ "data": { "domain": "itlinks.to" } }'
{ "data": { "slug": "ExampleSlug" } }
Show child attributes
The domain for which a unique slug is to be generated.
"itlinks.to"
The generated unique slug for the provided domain.
320
"ExampleSlug"