post
https://apis.elai.io/api/v1/uploads/checkUploadUsage
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
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
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"
]
}'
