cURL
curl --request GET \ --url https://api.example.com/api/v1/files/{file_uuid}/status \ --header 'Authorization: <api-key>'
{ "offset": 123 }
Returns the current byte offset for an in-progress upload (for resumable uploads)
Type "Bearer" followed by a space and JWT token.
File UUID
OK