logo
RestoSocialAI

Choose Language

Sign Up

API RestoSocialAI позволяет интегрировать AI в ваш ресторанный софт.

 

Введение
- Базовый URL: api.restosocialai.com/v1.
- Аутентификация: Bearer token.

 

Endpoints

1. Генерация поста: POST /posts/generate
  - Параметры: title, cuisine, location.
  - Пример: {"title": "Стейк", "cuisine": "steakhouse"}.
  - Ответ: {"content": "Пост..."}.

 

2. Анализ трендов: GET /trends/restaurants
  - Параметры: location, date.
  - Ответ: {"trends": ["new dish", "promotion"]}.

 

3. Интеграция соцсетей: POST /integrations/post
  - Параметры: platform, content.
  - Ответ: {"status": "published"}.

 

Примеры кода


```python
import requests
headers = {'Authorization': 'Bearer your_token'}
response = requests.post('api.restosocialai.com/v1/posts/generate', json=data, headers=headers)
```

Документация полная: API Docs. Тестируйте в sandbox.

Subscribe to Newsletter

Get product news and updates