Documentation
Everything you need to ship on AresGen.
Quickstarts for new teams, a complete API reference for developers, and operational guides for scaling AresGen across a global org.
70+ endpointsTS · Python · Go · Ruby SDKsOpenAPI 3.1 spec
Quickstart
Send your first prompt in 60 seconds.
Get an API key from your workspace settings, then choose your language. The request below uses Claude Opus 4.7 with your default brand voice.
curl https://api.aresgen.com/v1/chat/completions \
-H "Authorization: Bearer $ARESGEN_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "claude-opus-4-7",
"voice_id": "voice_brand_default",
"messages": [
{ "role": "user", "content": "Draft a launch tweet for Brand Voice." }
]
}'Get started
From zero to first prompt in under five minutes.
Build
API, SDKs, and webhooks for developers.
Workspace
Configure the surfaces your team uses.
Trust
Security, privacy, and compliance.
First-party SDKs.
Typed, hand-maintained SDKs for TypeScript, Python, Go, and Ruby. Generated from our OpenAPI 3.1 spec. Semver, changelog, and migration guides per release.
TypeScript
Python
Go
Ruby
Ready to integrate?
Get your API key and start building in minutes. Full docs, SDK examples, and webhook reference included.