ItemSnippetSignedUrlResponse Object
Description
Response containing a pre-signed URL for uploading an audio snippet file and the storage key.
Declaration
type ItemSnippetSignedUrlResponse {
signedUrl: String!
key: String!
}
Fields
| Name | Type | Description |
|---|---|---|
signedUrl | String! | Pre-signed URL for uploading the snippet file to cloud storage. |
key | String! | Storage key to use when registering the uploaded file with itemSnippetCreate. |