{
"id": "att-123",
"type": "photo",
"storage_url": "https://storage.example.com/file.jpg",
"file_name": "image.jpg",
"file_size": 1024000,
"mime_type": "image/jpeg",
"width": 1920,
"height": 1080,
"duration_seconds": 120,
"thumbnail_url": "https://storage.example.com/thumb.jpg",
"created_at": "2019-08-24T14:15:22.123Z",
"status": "pending",
"upload_stage": "platform_fetch",
"upload_error_message_for_user": "Не удалось подготовить вложение.",
"upload_error_debug": "Failed to upload file to storage",
"recognition_status": "pending",
"recognition": {
"text": "Привет, это голосовое сообщение",
"language": "ru",
"model": "whisper-1",
"detected_objects": [
"person",
"car",
"building"
],
"cost": 12,
"cost_currency": "RUB",
"recognized_at": "2025-01-29T12:00:00.000Z"
},
"generation": {
"source_text": "Сделай баннер с синим фоном и белым текстом",
"revised_prompt": "Minimal blue banner with white title text",
"params": {
"size": "1024x1024",
"quality": "high"
}
},
"delivery_status": "pending",
"delivery_stage": "platform_upload",
"delivery_error_message_for_user": "Не удалось отправить вложение.",
"delivery_error_debug": "VK upload failed"
}