Skip to main content
POST
Creates a new pack in the authenticated key scope.
This endpoint creates an empty pack record (metadata only). Add images with Add Pack Image.

Body Parameters

string
required
Pack name (1-120 chars after trimming).
boolean
Optional visibility flag. Default: false.

Error Responses

  • 400 invalid_json - body is not valid JSON
  • 422 invalid_payload - schema validation failed
  • 401 - authentication failed (missing/invalid/revoked token)
  • 402 subscription_required - active Creator/Professional/Business plan required
  • 403 tier_not_allowed - Scheduler tier cannot use Partner API
  • 500 pack_create_failed - unexpected creation failure