Create Content Item or Script

POST

Create a new content draft or multi-scene script.

View as Markdown

Ejemplos de Código Multilenguaje

curl -X POST https://telaruma.com/api/v1/content.cfc?method=create \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "brand_id": 101,
    "title": "Lanzamiento Colección Primavera",
    "platform": "instagram",
    "format": "reel"
  }'
¿Te fue útil esta página?