Skip to content

Metadata

The metadata.json file is a flexible JSON structure that clients can send alongside the video file. It enhances the context of the video data and supports more tailored processing and analysis. All fields are optional.

{
"site_id": 134188,
"camera_id": "VI08"
}
FieldTypeDescription
site_idstring | intSite identifier. Falls back to client_id if not provided.
camera_idstring | intCamera identifier. Falls back to code_msg if not provided.
  • While all fields are optional, providing site_id and camera_id enhances data identification and processing.
  • The metadata format is flexible — clients can include additional fields specific to their needs.
  • The entire metadata object is included in the classification result, ensuring a comprehensive overview of the analysis context.