Apply Brand Settings with projectId
curl -X POST "https://api.autocontentapi.com/content/Create" \
-H "Authorization: Bearer YOUR_API_TOKEN" \
-H "Content-Type: application/json" \
-d '{
"outputType": "quiz",
"projects": ["YOUR_PROJECT_ID"],
"topic": "Customer success onboarding playbook",
"text": "Focus on product milestones and include 1 trick question.",
"quizDifficulty": "medium"
}'Try it in code
Last updated