Update asset URL

Update asset URL

In this article, you will learn how to update URL of an asset.

Update asset URL

Request Type: PATCH
Header: Authorization: ApiKey <my_api_token>

Payload:
Info
{
  "url": "https://example.com/new_url.mp4"
}

Results:
Info
{
  "date_created": "2026-03-28T08:20:10.123456Z",
  "date_edited": "2026-03-29T10:15:20.654321Z",
  "description": "",
  "duration": "180.000",
  "file_size": 0,
  "folder": "a1b2c3d4-5e6f-4a7b-9c8d-1e2f3a4b5c6d",
  "folder_name": "Sample Folder",
  "folder_permission_type": "superuser",
  "is_admin": true,
  "is_locked": false,
  "is_public": true,
  "is_owner": false,
  "last_accessed": "2026-03-29T11:00:00.000000Z",
  "media_type": "VI",
  "mime_type": "",
  "natural_width": 1280,
  "natural_height": 720,
  "organization_name": "Sample Organization",
  "options": "{\"source\":\"external\"}",
  "owner": "user_12345",
  "owner_nickname": "sample_user_1",
  "title": "Sample Match Video",
  "total_annotations": 2,
  "total_comments": 0,
  "total_tags": 5,
  "total_views": 1,
  "url": "https://example.com/new_url.mp4",
  "updated_thumbnail_url": "https://example.com/thumbnail.jpg",
  "updated_url": "https://example.com/new_url.mp4",
  "uuid": "b1c2d3e4-f5a6-4b7c-9d0e-1f2a3b4c5d6e",
  "was_edited": true
}
    • Related Articles

    • List events in asset (file)

      In this article, you will learn how to list all events in an asset. Live events in asset Request Type: GET Header: Authorization: ApiKey <my_api_token> URL: https://app.banyanboard.com/api/assets/<my_file_uuid>/templates/<my_template_2_uuid>/events/ ...
    • Create bulk events in asset (file)

      In this article, you will learn how to create bulk events in an asset. Create bulk events in asset Request Type: POST Header: Authorization: ApiKey <my_api_token> URL: ...
    • Share video clips via URL

      In this article, you will learn how to share video clips via URL linked to a video dashboard. Before you begin To learn how to access video dashboard in SPAN sports performance analysis platform, refer to this article. Share video clips via URL After ...
    • Update match status

      Updating the match status is crucial to know whether the match is live, completed, or upcoming. In this article, you will learn how to update a match's status in the tournament management. Before you begin To learn how to access the tournament ...
    • Update video dashboard

      In this article, you will learn how to update video dashboard from Tagger app. Before you begin To learn how to access video dashboard in SPAN sports performance analysis platform, refer to this article. Update video dashboard After accessing the ...