/
/Argil API
DocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 12m ago · Updated 3mo ago
  • getList all voices
  • getGet a Voice by id
  • postSync voices from connected providers
  • getList all avatars
  • postCreate a new Avatar
  • getGet an Avatar by id
  • getPaginated list of Videos
  • postCreate a new Video
  • getGet a Video by id
  • deleteDelete a Video by id
  • postRender a Video by id
  • getList audio assets
  • getGet an Asset by id
  • getList subtitle styles
  • getExport subtitles for a video project
  • getRetrieve all webhooks
  • postCreate a new webhook
  • putUpdate a webhook
  • deleteDelete a webhook

List audio assets

Returns an array of audio assets available for the user

get/assets

Response

An array of audio assets

idstring uuid
namestring
type'AUDIO'
fileUrlstring

URL to access the asset

Changes