NextSDS Docs

Generate CLP label PDF

Generate a GHS/CLP compliant label PDF for the given SDS document. Supports multiple label sizes including standard paper sizes and Avery label formats.

GET
/sds/{sdsId}/clp-label

Authorization

bearerAuth
AuthorizationBearer <token>

Bearer token authentication. Use your API key as the token. Obtain from your NextSDS team settings.

In: header

Path Parameters

sdsId*string

SDS document UUID

Formatuuid

Query Parameters

size?string

Label size format

Default"A6"
Value in"A4" | "A5" | "A6" | "A7"
language?string

Label language (ISO 639-1)

Default"en"
Value in"en" | "nl" | "de" | "fr"
show_hazard_statements?boolean

Include H-code hazard statements on the label

Defaulttrue
show_precautionary_statements?boolean

Include P-code precautionary statements on the label

Defaulttrue
include_qr?boolean

Add a QR code linking to the full SDS

Defaultfalse
expiry_date?string

Expiry date to print on the label

Formatdate
additional_info?string

Additional text to include on the label

Response Body

application/pdf

application/json

application/json

curl -X GET "https://api.nextsds.com/v1/sds/497f6eca-6276-4993-bfeb-53cbbbba6f08/clp-label"
"string"
{
  "type": "https://api.nextsds.com/errors/unauthorized",
  "title": "Unauthorized",
  "status": 401,
  "detail": "Invalid or missing X-API-Key header"
}
{
  "type": "https://api.nextsds.com/errors/not-found",
  "title": "Not Found",
  "status": 404,
  "detail": "The requested resource was not found"
}