Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
Update Defaults Only
curl --request PUT \ --url https://api.octaviatech.app/cms/ai/repurpose/template \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data ' { "defaults": { "language": "es", "tone": "friendly" } } '
{ "success": true, "statusCode": 200, "message": "Repurpose template updated", "data": { "tenantId": "{{objectId}}", "defaults": { "language": "es", "tone": "friendly", "length": "medium" }, "platforms": { "linkedin": { "tone": "technical", "length": "medium", "ctaTemplate": "Share your perspective in the comments.", "hashtagStyle": "industry and thought-leadership hashtags", "maxHashtags": 3 } }, "updatedBy": "{{objectId}}" } }
Update Repurpose Template.
Tenant-wide defaults applied to every platform
Show child attributes
Per-platform overrides. Every platform sub-object has the same fields.
OK (template updated)
Was this page helpful?