curl -X GET "https://api.tktchurch.com/v1/files/123e4567-e89b-12d3-a456-426614174000" \ -H "Authorization: Bearer eyJhbGciOiJIUzI1NiIs..."
{ "id": "123e4567-e89b-12d3-a456-426614174000", "originalName": "example.jpg", "url": "https://storage.example.com/uploads/abc123.jpg", "key": "uploads/abc123.jpg", "contentType": "image/jpeg", "size": 1048576, "provider": "s3", "providerMetadata": { "bucket": "my-bucket", "region": "us-east-1" }, "uploadedBy": "123e4567-e89b-12d3-a456-426614174001", "createdAt": "2024-01-20T15:00:00Z", "updatedAt": "2024-01-20T15:00:00Z" }
Get metadata for a specific file
Show Error Object