Optimize

/api/v1/ai/Optimize – Optimize Text Based on Instructions

Description: Optimize a given text using specific instructions.

Method: POST

Parameters:

  • text: (string) – The text to optimize.

  • instruction: (string) – The instruction for optimizing the text.

  • responseFormat: (string) – The format of the response (e.g., text, json).

Request Example:

curl -X POST https://production.cloudbrowser.ai/api/v1/ai/Optimize \
-H "Content-Type: application/json" \
-d '{
  "text": "10 Tips for Gardening",
  "instruction": "Make the title more engaging for SEO",
  "responseFormat": "text"
}'

Last updated