List Audio Files
postnitro_list_audioList the audio files in your workspace, newest first. Call this to resolve an audioId — the ID a video post needs in videoSettings.audioId, or a scheduled reel in postSettings.audioId. Those fields take an ID, never a URL.
Audio is uploaded in the PostNitro app; this API lists and deletes but does not upload. An empty list means the workspace has no audio yet — ask the user to upload some in the app, and create the video without audio in the meantime.
When several files match what the user described, show the candidates (name, duration) and let them choose rather than guessing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number (default 1) | |
| limit | No | Results per page (default 10, max 100) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | Yes | Number of audio files on this page | |
| audios | Yes |