# AI Writing Improvement API (getbags.app)

> AI Writing Improvement API (getbags.app) is a paid API for AI agents from www.getbags.app, paid per call via x402, $0.05/call, status unknown (last checked 2026-09-15).

Improves the quality and clarity of text content using AI, returning an enhanced version of the submitted writing.

## Facts

- Endpoint: GET https://www.getbags.app/api/agent/link/pl-ae375337-11f1-418b-9c0e-a53b90fe4a73
- Price: $0.05/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/ai-writing-improvement-api-getbags-app-a2e85f45
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_6_s94HXrsBUlBfgkHWJMD

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 ai-writing-improvement-api-getbags-app-a2e85f45
```

Example prompt: Can you improve the writing in this paragraph? 'Our prodcut is very good and customers like it alot becuase it does many usefull things for them.' Make it sound more professional and polished.

## When to prefer this

Choose this endpoint when you need a quick, pay-per-use AI writing improvement without signing up for an account or managing API keys. It is ideal for one-off text polishing tasks in automated workflows that support the x402 payment protocol.

## Known failure modes

- Missing or empty 'content' field returns an error
- Payment not included or insufficient causes a 402 Payment Required response
- Content too long may exceed limits and return an error
- Network timeout if the AI engine takes too long to process

## How this service works

Improve writing content with AI. POST {"content": "..."} and get {"improved", "engine"}. Speaks x402 — no account or API key needed.

## Output

Returns a JSON object with an 'improved' field containing the AI-enhanced version of the submitted text, and an 'engine' field identifying which AI model was used to perform the improvement.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "content": {
   "type": "string",
   "description": "The text content to improve"
  },
  "customerName": {
   "type": "string",
   "description": "Optional buyer name"
  },
  "customerEmail": {
   "type": "string",
   "description": "Optional buyer email for the receipt/customer record"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/ai-writing-improvement-api-getbags-app-a2e85f45/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from www.getbags.app](https://www.zero.xyz/host/www.getbags.app/llms.txt)
