Documentation Hub

How can we help?

Explore guides, API references, and code samples to integrate Sarang AI into your workflow.

Getting Started

API Reference

POST /v1/jobs/createAuthenticated
{
  "type": "article_gen",
  "target_domain": "tech-blog.com",
  "params": {
    "topic": "Future of AI",
    "word_count": 1500,
    "language": "id"
  }
}

Our REST API allows you to programmatically trigger content generation jobs.Read full API docs →