cURL
curl --request POST \ --url https://api.modelhunter.ai/api/v1/files/{file_id}/complete \ --header 'Authorization: Bearer <token>'
{ "success": true, "data": { "id": "file_abc123", "url": "https://cdn.modelhunter.ai/files/file_abc123.jpg", "filename": "my-image.jpg", "content_type": "image/jpeg", "size_bytes": 2048576, "created_at": "2025-01-15T10:05:00Z" } }
Confirm that a file upload is complete and get the CDN URL.
Show data properties
image_url
audio_url