Image & Video APIs

How can I check the resource type and delivery type of an asset?

Last updated: Feb-24-2026

When uploading assets programmatically, you may need to verify that the resource type and delivery type were set correctly. For example, if you uploaded a font file as raw/authenticated, you'll want to confirm these settings were applied. There are two easy ways to check the resource type and delivery type of your uploaded assets.

Note
In Cloudinary's API and URLs, the terms resource and asset generally refer to the same thing: your uploaded files (images, videos, or raw files). Similarly, resource type and asset type mean the same thing. In the Console UI, you'll typically see "Asset type" while in API documentation and URLs you'll see "resource type."

Check resource type and delivery type from the delivery URL

The simplest way to verify resource type and delivery type is by examining the asset's delivery URL structure.

To check using the delivery URL:

  1. Copy the asset's delivery URL. You can get this from:
    • The upload API response (the url or secure_url field)
    • The Media Library (available on hover in both the Card view and List view)
    • The Admin API resource details response
  2. Examine the URL structure.

The URL structure follows this format:

Example:

In this example:

  • Resource type: raw (the third path segment)
  • Delivery type: authenticated (the fourth path segment)

Understanding the types

Common resource types:

  • image - Images (JPG, PNG, GIF, etc.)
  • video - Videos and audio files (MP4, MOV, MP3, etc.)
  • raw - Raw files delivered as-is (fonts, documents, etc.)

Common delivery types:

  • upload - The asset is publicly available. This is the default type when uploading files.
  • private - Original assets are only accessible by a signed URL.
  • authenticated - Original assets and all their asset derivations are only accessible through signed URLs.

View resource type and delivery type in the Console

You can also verify these settings visually in the Cloudinary Console. The List view provides detailed information about all your assets in a table format, and you can customize which columns are displayed.

To view resource type and delivery type in the Console:

  1. Navigate to the Media Library in your Cloudinary Console.
  2. Switch to List view using the View drop-down menu at the top right of the page.

    List view with Asset type and Delivery type columns

  3. Click the (Settings) icon.
  4. In the Column Settings dialog, select the following columns:
    • Asset type - Shows the resource type (image, video, or raw)
    • Delivery type - Shows the delivery type (upload, private, or authenticated)

The selected columns now display for every asset in your list, making it easy to see the resource type and delivery type at a glance.

Related topics

Related topics

✔️ Feedback sent!

Rate this page:

one star two stars three stars four stars five stars