v2.0.0 — Now in Beta

MACHAPI

_

Register custom AI-powered endpoints at runtime.
Define inputs, set a prompt, get a typed JSON API — instantly.

POST /mihir/sentiment-analyzer
$ curl -X POST https://ai-machapi.vercel.app/mihir/sentiment-analyzer
{ "inputs": { "text": "I love this product!" } }
{ "sentiment": "positive", "confidence": 0.97 }