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

Video Info

{
    "duration": 0,
    "object": "video_file_info",
    "stills_url": "string",
    "thumbnail_url": "string",
    "video_bit_rate": "string",
    "video_codec_id": "string",
    "video_format": "string",
    "video_frame_count": "string",
    "video_frame_rate": "string",
    "video_height": "string",
    "video_width": "string",
    "wave": [
        0.1
    ]
}
Built with