1. v1
Pibox public API
0.6.2
  • 0.6.2
  • 0.6.3
  • v1
    • Teams
      • Get Teams
    • Groups
      • Get Groups
    • Projects
      • Create Project
      • Get Projects by Group
      • Get Non Group Projects
      • Get Chat History
      • Chat Message
    • Files
      • Create Folder
      • Get Files by Folder
      • Get Folder URL
      • Update Folder Properties
      • Delete File
      • Upload from External Source
      • Get File Info
      • Generate Track Tags
      • File Upload
    • Tasks
      • Get Task Template
      • Load Tasks from Template
      • Get Tasks by Folder
    • Webhooks
      • Create Webhook Endpoint
      • Get Webhook Endpoints
      • Delete Webhook Endpoint
  • Schemas
    • v1
      • Team
      • Track Info
      • Video Info
      • Image Info
      • AI Tags
      • Empty Schema
  1. v1

Track Info

{
    "annotations": "string",
    "audio_encoding": "string",
    "bitrate": "string",
    "bits_per_sample": 0,
    "bpm": 0,
    "duration": 0,
    "key": "string",
    "number_of_chanels": 0,
    "number_of_samples": 0,
    "object": "audio_file_info",
    "samplerate": 0,
    "wave": [
        0.1
    ]
}
Built with