# EduPulse Admissions Essay Review

> EduPulse Admissions Essay Review is a paid API for AI agents from edupulse-xi-blond.vercel.app, paid per call via x402, $0.25/call, status unknown (last checked 2026-09-14).

Returns admissions-coach feedback on a college application essay to help students improve their submissions.

## Facts

- Endpoint: GET https://edupulse-xi-blond.vercel.app/api/edu/essay
- Price: $0.25/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/edupulse-admissions-essay-review-776b6620
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_98VjP1irqiNuc3QWtcgXG

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-admissions-essay-review-776b6620
```

Example prompt: Can you review my college application essay and give me admissions-coach-style feedback? Here it is: 'Growing up in a small town, I never imagined I'd be the first in my family to apply to a four-year university. But the summer I spent volunteering at the local library changed everything...'

## When to prefer this

Use this endpoint when a student or admissions agent needs specific, rubric-style feedback on a college application essay draft — particularly when the goal is admissions-readiness coaching rather than generic grammar checking or plagiarism detection.

## Known failure modes

- Essay text missing or too short — returns error requesting valid input
- Essay content flagged as inappropriate — returns rejection response
- Service unavailable — returns 5xx error
- Payment not processed — returns 402 Payment Required

## 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 structured admissions-coach feedback on the submitted college application essay, including strengths, weaknesses, tone analysis, and actionable suggestions for improvement.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET",
      "HEAD",
      "DELETE"
     ],
     "type": "string"
    },
    "queryParams": {
     "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"
      }
     }
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "errors": {
     "type": "object",
     "description": "Documented error responses, keyed by HTTP status code",
     "additionalProperties": {
      "type": "object",
      "required": [
       "description"
      ],
      "properties": {
       "example": {
        "type": "object"
       },
       "description": {
        "type": "string"
       }
      }
     }
    },
    "example": {
     "type": "object"
    }
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/edupulse-admissions-essay-review-776b6620/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from edupulse-xi-blond.vercel.app](https://www.zero.xyz/host/edupulse-xi-blond.vercel.app/llms.txt)
