Skip to main content
POST
Request presigned upload target

Authorizations

x-api-key
string
header
required

Project API key (psk_…) from Project Settings → API keys. Required scopes depend on the route (e.g. issues:read for listing issues). Only works on project-scoped /api/v1/projects/{projectId}/… routes.

Body

application/json
fileName
string
required
contentType
string
required
sizeBytes
integer
required
projectId
string
required

Response

200 - application/json

Presigned upload URL and metadata

uploadUrl
string<uri>
required
s3Key
string
required
uploadId
string
required