Skip to main content

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

NameTypeDescription
signedUrlString!Pre-signed URL for uploading the snippet file to cloud storage.
keyString!Storage key to use when registering the uploaded file with itemSnippetCreate.