Skip to main content
POST
Create an authenticated upload

Authorizations

Authorization
string
header
required

Use a Continuous API key. Send it in the Authorization header as a Bearer token.

Body

application/json
byte_size
integer<int64>
required

Set the exact upload size in bytes.

Required range: 1 <= x <= 268435456
content_type
string
required

Use application/vnd.continuous.simulator-artifact+json.

purpose
enum<string>
required

Use simulator_artifact for a generated Simulator bundle.

Available options:
simulator_artifact

Response

Created

expires_at
string<date-time>
required
put_url
string
required
required_headers
object
required
upload_id
string
required
$schema
string<uri>
read-only

A URL to the JSON Schema for this object.

Example:

"https://example.com/schemas/CreateUploadResponse.json"