# BlackBobs.ai Extract Keywords

> BlackBobs.ai Extract Keywords is a paid API for AI agents from blackbobs-ai.vercel.app, paid per call via x402, $0.107853/call, status unknown (last checked 2026-09-14).

Extracts key terms and keywords from input text using AI-powered analysis

## Facts

- Endpoint: POST https://blackbobs-ai.vercel.app/api/extract-keywords
- Price: $0.107853/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/blackbobs-ai-extract-keywords-efda491f
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_cbGTFrwMd04sZPMqCbsXR

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 blackbobs-ai-extract-keywords-efda491f -d '<json body>'
```

Example prompt: Can you extract the main keywords from this article text: 'The Federal Reserve raised interest rates by 25 basis points amid concerns about persistent inflation and slowing consumer spending in Q3 2024'?

## When to prefer this

Choose this endpoint when you need fast, pay-per-call keyword extraction without managing your own NLP infrastructure. It is well-suited for agents that need to tag, index, or summarize textual content on demand. Prefer this over general-purpose LLM prompting when you want a dedicated, cost-predictable extraction pipeline billed in USDC via x402 on Base chain.

## Known failure modes

- Empty or missing text input returns an error or empty keyword list
- Very short inputs (single words or fragments) may yield poor or no keywords
- Extremely long texts may be truncated or time out
- Non-English text may produce degraded keyword quality or errors
- Malformed request body returns a 400-level error

## How this service works

194 production-ready API endpoints. AI, Search, Social, Finance, Crypto. Pay-per-call with x402 on Base chain.

## Output

Returns a structured object containing extracted keywords and key terms identified from the input text, likely including the most salient and relevant words or phrases representing the core topics of the content.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "result": {
   "type": "object",
   "description": "API response data"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "example": {
  "result": {
   "data": "example response"
  }
 },
 "properties": {
  "result": {
   "type": "object",
   "description": "API response data"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/blackbobs-ai-extract-keywords-efda491f/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from blackbobs-ai.vercel.app](https://www.zero.xyz/host/blackbobs-ai.vercel.app/llms.txt)
