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:
Last updated