curl --location 'https://api.ygo.ai/v2/project/content/previewText' \
--header 'X-Project-ID: ' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"HotelIDs": [
"0192fb17-5dc6-7abc-8def-123456789abc"
]
}'{
"Data": {
"Hotels": [
{
"HotelID": "0192fb17-5dc6-7abc-8def-123456789abc",
"HotelName": "Bahia Azul Beach Resort",
"Texts": [
{
"TemplateKey": "Summary",
"EntityType": "hotel",
"Locale": "en-US",
"Status": "fresh",
"Count": 0
},
{
"TemplateKey": "Summary",
"EntityType": "hotel",
"Locale": "de-DE",
"Status": "missing",
"Count": 1
},
{
"TemplateKey": "HouseRules",
"EntityType": "hotel",
"Locale": "en-US",
"Status": "stale",
"Count": 1
},
{
"TemplateKey": "RoomDescription",
"EntityType": "room",
"Locale": "en-US",
"Status": "missing",
"Count": 3
}
],
"WhatChanged": [
{
"Category": "attributes",
"CompletedAt": "2026-06-25T14:02:00Z"
},
{
"Category": "images",
"CompletedAt": "2026-06-24T18:30:00Z"
}
],
"TextsToGenerate": 5
}
],
"TotalTextsToGenerate": 5
}
}