Retrieve all uploaded files for your studio
Get a paginated list of all files uploaded to your studio via the Upload API. This endpoint helps you track upload status, manage files, and retrieve upload IDs for use in video projects.
Page number for pagination
Number of uploads to return per page (maximum 100)
Array of upload objects
Current page number
Total number of pages available
Total number of uploads in your studio
File upload URL has been generated but file hasn’t been uploaded yet
File has been successfully uploaded and validated when first used in a project - ready for reuse
File upload failed validation (invalid format, too large, corrupted, etc.)
You can filter uploads by status to find specific files:
Use this endpoint to:
Monitor which files have been successfully uploaded and their validation status
Review file sizes and manage your storage usage
Get upload IDs for use in project creation endpoints
Identify rejected uploads and troubleshoot problems
This endpoint is subject to the standard rate limit of 10 requests per minute.
Track upload status and find verified files for reuse in projects
Build upload management interfaces in your application
Process multiple uploaded files in batch operations
Analyze upload patterns and storage usage
Once you have upload IDs from verified uploads, you can use them to create projects: