# Inkbox AI Content Studio — Vibe Check

> Inkbox AI Content Studio — Vibe Check is a paid API for AI agents from 1nk30x.netlify.app, paid per call via x402, $0.03/call, status unknown (last checked 2026-09-14).

Analyzes submitted text to assess its tone, energy, and overall 'vibe' using AI

## Facts

- Endpoint: POST https://1nk30x.netlify.app/api/vibe-check
- Price: $0.03/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/inkbox-ai-content-studio-vibe-check-634b7abf
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_ghYrRBj0lPWJLFgxV04O7

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 inkbox-ai-content-studio-vibe-check-634b7abf -d '<json body>'
```

Example prompt: Can you do a vibe check on this caption I wrote for Instagram: 'Mondays hit different when the coffee's hot and the goals are bigger — let's get it 🔥'? I want to know if the tone and energy feel right for an upbeat lifestyle brand.

## When to prefer this

Use this endpoint when you need a quick, AI-powered tone and vibe assessment of a piece of text before publishing or sending it. Ideal for copywriters, marketers, or social media managers who want to validate that their content's emotional register matches their intent. Prefer this over full grammar checkers when the goal is mood/energy analysis rather than correctness.

## Known failure modes

- Missing required 'text' field returns validation error
- Empty string input may return an error or low-confidence result
- Extremely long text may be truncated or rejected
- Payment failure (402) if USDC balance is insufficient
- Service unavailability on Netlify hosting may cause 503 errors

## How this service works

Draft, rewrite, translate, and optimize written content. 25 AI-powered endpoints. Pay-per-call with USDC on Base.

## Output

Returns a JSON object with a success flag and a data object containing the vibe/tone assessment of the submitted text, likely including mood classification, energy level, and tone descriptors.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "text"
 ],
 "properties": {
  "text": {
   "type": "string"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "data": {
   "type": "object"
  },
  "success": {
   "type": "boolean"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/inkbox-ai-content-studio-vibe-check-634b7abf/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from 1nk30x.netlify.app](https://www.zero.xyz/host/1nk30x.netlify.app/llms.txt)
