SEO Optimize Content.
cURL
curl --request POST \ --url https://api.octaviatech.app/cms/ai/seoOptimize \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data ' { "text": "<p>Article body…</p>", "keyword": "intermittent fasting" } '
{ "success": true, "statusCode": 200, "message": "OK", "data": { "content": "<p>Optimized content…</p>", "metaDescription": "Compelling meta (<= 160 chars)…", "tokens": { "used": 220, "remaining": 9780, "limit": 10000 } } }
Raw text/HTML to optimize
Primary keyword to target
"intermittent fasting"
OK (optimized)
Was this page helpful?