Skip to main content
POST
Create pass image upload

Authorizations

Authorization
string
header
required

API key authentication. Include your API key as a Bearer token.

Example: Bearer sk_prod_xxxxxx

Get your API key from the Stell Dashboard.

Body

application/json
contentType
enum<string>
required

MIME type the upload PUT will send. Only PNG and JPEG images are accepted.

Available options:
image/png,
image/jpeg

Response

201 response

data
object
required

Upload slot details

requestId
string
required

Unique request identifier for debugging

Pattern: ^[0-9A-Z]{26}$