# Inkbox AI Content Studio — Vibe Check

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

Analyzes text and returns a vibe or tone assessment of the written content

## Facts

- Endpoint: POST https://lastink.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-1d69cb49
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_P5nwCbDV98o69CI4LI7Fr

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-1d69cb49 -d '<json body>'
```

Example prompt: Can you do a vibe check on this email draft I wrote? 'Hey team, just a reminder that deadlines are not suggestions and I expect everyone to actually show up prepared this time.' — I want to know what tone it gives off before I hit send.

## When to prefer this

Use this endpoint when you need a quick tone or mood check on a piece of writing before publishing or sending — particularly useful for social media captions, emails, or marketing copy where the emotional register matters. It's part of the Inkbox pay-per-call suite, so it's well-suited for agents that need on-demand tone analysis without a subscription.

## Known failure modes

- Missing required 'text' field returns validation error
- Empty string input may return unhelpful or null result
- Payment failure via x402 blocks the call with 402 status
- Very long text inputs may exceed token limits or time out
- Ambiguous or very short text may produce low-confidence or generic tone labels

## 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 or tone assessment of the submitted text, indicating the emotional quality, energy, or style detected in the content.

## 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-1d69cb49/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from lastink.netlify.app](https://www.zero.xyz/host/lastink.netlify.app/llms.txt)
