Skip to main content
POST
/
labels
Bulk PDF label printing
curl --request POST \
  --url https://panel.sendcloud.sc/api/v2/labels \
  --header 'Authorization: Basic <encoded-value>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "label": {
    "parcels": [
      1,
      2,
      3
    ]
  }
}
'
{
  "label": {
    "normal_printer": [
      "https://panel.sendcloud.sc/api/v2/label/normal_printer?ids=1,2,3?start_from=0",
      "https://panel.sendcloud.sc/api/v2/label/normal_printer?ids=1,2,3?start_from=1",
      "https://panel.sendcloud.sc/api/v2/label/normal_printer?ids=1,2,3?start_from=2",
      "https://panel.sendcloud.sc/api/v2/label/normal_printer?ids=1,2,3?start_from=3"
    ],
    "label_printer": "https://panel.sendcloud.sc/api/v2/label/label_printer?ids=1,2,3"
  }
}

Documentation Index

Fetch the complete documentation index at: https://sendcloud.dev/llms.txt

Use this file to discover all available pages before exploring further.

API v2 is entering maintenance mode. New users should start with API v3 to access our latest features and improved performance. Already using v2? Don’t worry, your current integration remains fully functional. Read more about maintenance mode, or check out the migration guide for API v3.

Authorizations

Authorization
string
header
required

Basic Authentication using API key and secrets is currently the main authentication mechanism.

Body

application/json
label
object

Response

OK

Response for multiple labels in bulk

label
Label object · object

Label