> ## Documentation Index
> Fetch the complete documentation index at: https://kainotomia-aa039c7f.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Creer publication reseaux

🧠 Agent concerné : John

# LIMOVA - Création de Posts Sociaux

## Route

### Créer un post social

**POST** `/socialPost/createSocialPost`

Crée un nouveau post social.

**Corps de requête :**

```json theme={null}
{
  "$ref": "#/components/schemas/SocialPostDto"
}
```

**Coût :** 5 Token(s)

**Réponse :**

```json theme={null}
{
  "$ref": "#/components/schemas/SocialPostDto"
}
```
