# EduPulse Essay Feedback & Scoring

> EduPulse Essay Feedback & Scoring is a paid API for AI agents from edupulse.theaslangroupllc.com, paid per call via x402, $0.25/call, status unknown (last checked 2026-09-15).

Analyzes and scores a student's essay, optionally against a specific prompt and target school, and returns structured feedback

## Facts

- Endpoint: GET https://edupulse.theaslangroupllc.com/api/edu/essay
- Price: $0.25/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/edupulse-essay-feedback-scoring-e556ff03
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_AtsMhzfUaPbkgwXQ8lMYv

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability edupulse-essay-feedback-scoring-e556ff03
```

Example prompt: Can you evaluate my college application essay for Columbia University and give me detailed feedback on how well it responds to the prompt 'Describe a challenge you've overcome and what you learned'? Here's my essay: [essay text]

## When to prefer this

Choose this endpoint when a student needs actionable, structured feedback on a written essay — particularly for college admissions, scholarship applications, or academic assignments — and you want evaluation tuned to a specific school or prompt. Prefer this over generic LLM essay feedback when you want a consistent scoring pipeline with optional school-targeting and multilingual output.

## Known failure modes

- Missing required 'essay' field returns a 400 or validation error
- Very long essays may be truncated or rejected
- Empty or nonsensical essay text may yield low-quality feedback
- Unsupported language codes in 'lang' may default to English or error
- If 'school' is an obscure or misspelled institution, generic feedback may be returned instead of school-specific guidance
- Response schema is listed as empty example, so actual output structure may vary or be underdocumented

## How this service works

College essay review / admissions essay feedback / personal statement critique. Returns admissions-coach feedback on a college application essay, optionally tailored to a target school and the essay prompt. Worldwide.

## Output

Returns a structured JSON response containing essay evaluation including scores, qualitative feedback on writing quality, argument strength, prompt adherence, stylistic notes, and actionable suggestions for improvement tailored to the target school if specified.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "essay"
 ],
 "properties": {
  "lang": {
   "type": "string",
   "description": "Response language (default en)"
  },
  "essay": {
   "type": "string",
   "description": "Essay text"
  },
  "prompt": {
   "type": "string",
   "description": "Essay prompt"
  },
  "school": {
   "type": "string",
   "description": "Target school"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {}
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/edupulse-essay-feedback-scoring-e556ff03/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from edupulse.theaslangroupllc.com](https://www.zero.xyz/host/edupulse.theaslangroupllc.com/llms.txt)
