ApiAiFormat
Format markdown
Format text via AI
curl -X POST "https://www.open-isle.com/api/ai/format" \ -H "Content-Type: application/json" \ -d '{ "property1": "string", "property2": "string" }'
"string"
Format text via AI
curl -X POST "https://www.open-isle.com/api/ai/format" \ -H "Content-Type: application/json" \ -d '{ "property1": "string", "property2": "string" }'
"string"
curl -X POST "https://www.open-isle.com/api/ai/format" \
-H "Content-Type: application/json" \
-d '{
"property1": "string",
"property2": "string"
}'