Skip to content

/evaluate-content

Scores content without saving a revision.

Everything (inputs and outputs) is exactly the same as /import-content. The only difference:

  • /import-content creates a new content revision in the editor.

  • /evaluate-content saves 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

KeyExampleDescription
statusokEvaluation status.
content_score25The 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.