Documentation Hub
How can we help?
Explore guides, API references, and code samples to integrate Sarang AI into your workflow.
Getting Started
Introduction to Sarang AI
Learn the core concepts of AI operations and automation.
Quickstart Guide
Connect your first WordPress domain and generate content in 5 minutes.
Setting up VPS Nodes
How to provision and connect your own infrastructure nodes.
Prompt Engineering 101
Best practices for creating reusable prompt templates.
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 →