POST
/
emoji
curl --request POST \
  --url https://spoo.me/emoji \
  --header 'Accept: <accept>' \
  --header 'Content-Type: application/x-www-form-urlencoded' \
  --data url=https://example.com \
  --data 'emojies=🐍🐍' \
  --data password=Python.Snake63 \
  --data max-clicks=1000 \
  --data block-bots=false
{
"short_url": "https://spoo.me/🐍🐍",
"domain": "spoo.me",
"original_url": "https://example.com"
}

Headers

Accept
enum<string>
default:application/json
required

Must be set to application/json to receive JSON responses

Available options:
application/json

Body

application/x-www-form-urlencoded

Response

200
application/json

Emoji URL successfully created

The response is of type object.