POST /tracks/{track}/files/{fileType}/upload-url
Get presigned upload URL
Generate a temporary presigned URL for direct file upload.
Workflow:
- Get presigned URL (this endpoint)
- Upload the file to the presigned URL using a PUT request
- Create track file record with the returned key
Parameters
- track (path)
- fileType (path)
Responses
- 200 — `TrackFileUploadUrlResponseData`
- 403 — An error
- 404
- 401
- 422