๐Ÿ’กCreate a Briefing Document from a Topic Prompt

Let the API research a topic and assemble the briefing for you.

curl -X POST "https://api.autocontentapi.com/content/Create" \
  -H "Authorization: Bearer YOUR_API_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{
    "outputType": "briefing_doc",
    "format": "pdf",
    "topic": "How European AI regulation is affecting enterprise software vendors",
    "text": "Write for GTM and product leaders. Include key policy shifts, business implications, and next-step recommendations.",
    "language": "en"
  }'

Tips

  • topic is useful when you want the service to gather context instead of supplying source URLs yourself.

  • Use format: "pdf" for external deliverables you plan to share with clients or executives.

  • Add an audience in text to control tone and level of detail.

Try it in code

Last updated