API endpoint to optimize content for search engine visibility
{ "optContent": [ { "tagname": "<string>", "content": "<string>" } ] }
curl -X 'POST' \ 'https://localhost:8080/codenull/ai/api/v1/optimize-seo' \ -H 'accept: application/json' \ -H 'Content-Type: application/json' \ -d '{ "context": "Website about healthcare services", "originalContent": [ { "tagname": "h1", "content": "Welcome to our services" }, { "tagname": "p", "content": "We offer various medical treatments for patients." }, { "tagname": "h2", "content": "Our treatments" } ] }'
Successful Response
The response is of type object.
object