# ScholarPulse Essay Strategy

> ScholarPulse Essay Strategy is a paid API for AI agents from scholarpulse-bice.vercel.app, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-15).

Returns scholarship essay strategy including committee values, winning angle, structure, voice guidance, and insider tips — without writing the essay itself.

## Facts

- Endpoint: GET https://scholarpulse-bice.vercel.app/api/essay
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/scholarpulse-essay-strategy-e43d4f24
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_1K3fQ0gvWpt3ulPysBk1I

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 scholarpulse-essay-strategy-e43d4f24
```

Example prompt: I'm applying for the Gates Scholarship and need a strategy for my essay — I'm a first-gen college student majoring in computer science with a passion for community mentorship. What angle, structure, and voice should I use to win over the committee?

## When to prefer this

Use this endpoint when a student or agent needs actionable essay strategy — not a drafted essay — before writing begins. Ideal for understanding committee psychology, framing a winning narrative angle, and structuring arguments. Prefer this over general writing tools when the goal is scholarship-specific strategic coaching rather than content generation.

## Known failure modes

- Missing or unrecognized scholarship name may return generic strategy with lower specificity
- Insufficient student profile details may reduce personalization of angle and voice recommendations
- Payment of 0.1 USDC required via x402 protocol; unpaid requests will be rejected
- Overly vague essay prompt input may produce broad structural advice without tailored insights

## How this service works

ScholarPulse: real-time scholarship and student finance intelligence for 190+ countries. Scholarship search, Erasmus+, FAFSA strategy, loan forgiveness, degree ROI, and merit aid. Pay-per-query via x402 on Base.

## Output

Returns a structured strategy report covering: what values the scholarship committee prioritizes, the strongest narrative angle for the applicant, recommended essay structure, voice and tone guidance, and insider tips specific to that scholarship — strategy only, no AI-written essay draft.

## 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",
     "properties": {
      "prompt": {
       "type": "string",
       "description": "Describe your community impact (the essay prompt)"
      },
      "background": {
       "type": "string",
       "description": "first-gen college student from rural Texas (optional context)"
      },
      "word_limit": {
       "type": "string",
       "description": "optional"
      },
      "scholarship": {
       "type": "string",
       "description": "Gates Scholarship | Chevening | DAAD | Rhodes | any scholarship name"
      }
     }
    }
   },
   "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"
    }
   }
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "insider_edge": "Gates committees specifically screen for self-awareness about privilege and systemic thinking — the student who acknowledges what they *didn't* know score higher than those who present a polished hero narrative",
  "strategic_framework": {
   "angle": "The unexpected consequence of a small action that grew beyond intention",
   "lead_type": "scene",
   "core_message": "Specific, measurable community change — not aspirations"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/scholarpulse-essay-strategy-e43d4f24/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from scholarpulse-bice.vercel.app](https://www.zero.xyz/host/scholarpulse-bice.vercel.app/llms.txt)
