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
}