Appearance
/evaluate-content
Scores content without saving a revision.
Everything (inputs and outputs) is exactly the same as /import-content. The only difference:
/import-contentcreates a new content revision in the editor./evaluate-contentsaves nothing, it just evaluates and returns the content score.Method: POST
Endpoint:
https://app.neuronwriter.com/neuron-api/0.5/writer/evaluate-content
Parameters
Identical to /import-content: query, plus either html or url, with optional title, description, id, class.
Response
| Key | Example | Description |
|---|---|---|
status | ok | Evaluation status. |
content_score | 25 | The scored content quality. |
Use this in a draft loop
/evaluate-content is the right call inside an automated "write → score → revise" loop, because it does not pollute the editor with throwaway revisions. Only call /import-content once the draft clears your target score.