Skip to main content
POST
/
export
/
{shortCode}
/
{exportFormat}
Export URL Data
curl --request POST \
  --url https://spoo.me/export/{shortCode}/{exportFormat} \
  --header 'Content-Type: application/x-www-form-urlencoded' \
  --data password=Example@12
This response does not have an example.

Path Parameters

shortCode
string
required

The short code of the URL you want to export data for. Can represent the short code of both regular and emoji URLs.

exportFormat
enum<string>
required

The format for data export

Available options:
json,
csv,
xlsx,
xml

Body

application/x-www-form-urlencoded
password
string

Password of the shortened URL if it's password protected. Required only for password-protected URLs.

Example:

"Example@12"

Response

Data exported successfully

Downloadable JSON file containing the exported data

I