AI Content CuratorAPI
Upload raw text and transform it into a beautifully structured, editable document with rich formatting. Edit with bold, italic, colors, images and more, then download as a polished PDF.
content creation~50 credits/callv1.0.0
Endpoint
POST https://backend.aaddyy.com/api/ai/content-curator
Authentication
Authorization: Bearer YOUR_API_KEY
Parameters
Optional
contentstylefileExample Request
curl -X POST https://backend.aaddyy.com/api/ai/content-curator \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"style": "realistic"
}'Request Body
{
"style": "realistic"
}Example Response
{
"success": true,
"message": "AI Content Curator completed successfully",
"timestamp": "2026-04-01T22:35:09.468Z",
"requestId": "req_mdbouyey3",
"data": {
"cost": 0.5,
"remainingCredits": 9.95
}
}SDK
import { AADDYY } from 'aaddyy'
const client = new AADDYY()
const result = await client._request('POST', '/api/ai/content-curator', {
"style": "realistic"
})Install: npm install aaddyy
Pricing
~50 credits (~$0.50) per request
Rate Limits
10 requests per 1m
Burst: 3