GPT IMAGE 2.5 | WAN 3.0 | SEEDANCE 2.5 IS NOW LIVE!

GENERATE YOUR VIDEOS WITH UNLIMITED SEEDANCE 2.5 TODAY.

NO EXTRA SUBSCRIPTION
REVIRAL
Get API key
Browse API docs

Endpoints

Verify a reference upload

Was this page helpful?

Validate a signed upload before using its owned URL in Cinema.

POST

/api/v1/uploads/verify

Verify uploaded reference media

Checks the stored size and magic bytes, probes media, rewrites the detected Content-Type, and promotes an owned staging upload to the final reference path.

Authentication: Bearer API key required

curl -X POST "https://reviral.ai/api/v1/uploads/verify" \
  -H "Authorization: Bearer $REVIRAL_API_KEY"

Request body

FieldTypeRequiredDescription
idstringYes

Responses

200
Verified owned reference
401
Key is missing, revoked, or invalid
413
Settings are invalid or a reference field is unsupported
415
Settings are invalid or a reference field is unsupported
422
Settings are invalid or a reference field is unsupported
429
Too many requests