Check whether assets are used in videos

Given a list of asset URLs, reports which of them are referenced by at least one video in the workspace. Use it before deleting assets to warn about breaking existing videos.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
curl -X POST 'https://apis.elai.io/api/v1/uploads/checkUploadUsage' \
  -H 'Authorization: Bearer YOUR_API_TOKEN' \
  -H 'Content-Type: application/json' \
  -d '{
  "urls": [
    "uploads/627a7bfac1806e45fa2ab26f/logo.png"
  ]
}'
Body Params
urls
array of strings
required

Asset URLs (the stored url values, not signed URLs).

urls*
Response

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json