Skip to main content

ItemSnippetCreateResponse Object

Description

Response after creating an audio snippet, containing the snippet URI and a status message.

Declaration

type ItemSnippetCreateResponse {
uri: String!
message: String!
}

Fields

NameTypeDescription
uriString!URI to access the created audio snippet.
messageString!Status message describing the result of the snippet creation.