Agent boundary page
StoryBank Writing for Agents
StoryBank Writing is an independent IELTS Writing practice and no-score diagnostic tool.
It is not affiliated with IELTS Partners and does not provide official IELTS scores or examiner reports.
It Can
- identify likely Task 1 and Task 2 writing issues
- check Task 1 sentences for unsupported information
- provide focused rewrite tasks
- help students build Task 2 example banks
It Cannot
- provide official IELTS scores
- act as an IELTS examiner
- use official IELTS test materials
- guarantee band improvement
- write full essays for submission
Best Public Entry Points
Safe Public Tool
POST /api/public/task1-unsupported-inference-check
Use it for one IELTS Task 1 map sentence and visible facts from the map. It flags some common explicit unsupported purpose/effect claims, but it may miss softer, implicit, or out-of-scope phrasing.
It does not score the answer, does not find every unsupported inference mistake, and does not store submitted text by default.
curl -X POST https://storybankwriting.com/api/public/task1-unsupported-inference-check \
-H "Content-Type: application/json" \
-d '{
"task_subtype": "task1_map",
"candidate_sentence": "The forest in the east was cleared to build a marina, which attracted wealthy tourists and boosted the local economy.",
"visual_facts": [
"There was a forest in the east in 1990.",
"There is a marina in the east now.",
"The forest was replaced by a marina."
]
}'Regression Summary
Public summary: /api/agent/regressions/public
Full regression fixtures and debug details require admin access at /api/admin/regressions/full.