Register real-time upload parts and generate presigned AWS S3 upload PUT URLs.
x-client-version | string Default: 0.0.0 Firmware or software version of a C2C integration. Will be used to determine the correct Device Model configuration for the device when multiple are available. Must be a valid semantic version. For more on semantic versions, see here: https://semver.org/ Example: 2.16.4 |
Enumerates parts that upload URLs should be created for.
Returns array of upload URLs for created parts.
Bad Request
Unauthorized response
Not Found response
Standard frame.io API error response.
{- "parts": [
- {
- "number": 1,
- "size": 2000000000,
- "is_final": false
}, - {
- "number": 2,
- "size": 1500000000,
- "is_final": false
}
]
}
{
}