POST
/
curl --request POST \
  --url https://spoo.me/ \
  --header 'Accept: <accept>' \
  --header 'Content-Type: application/x-www-form-urlencoded' \
  --data url=https://example.com \
  --data alias=example \
  --data password=SuperStrongPassword@18322 \
  --data max-clicks=10 \
  --data block-bots=false
{
"short_url": "https://spoo.me/example",
"domain": "spoo.me",
"original_url": "https://example.com"
}

For more Code examples, you can check out spooBot’s /get-code command. More Information: SpooBot

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

URL successfully shortened

The response is of type object.