Thernamyte Logo

💥 Blasting Cap API

AI prompt orchestration & model execution service — scalable, modular, and ready for your applications.

Get Started

What is Blasting Cap?

Blasting Cap is an API layer that connects your applications to AI language models. It handles prompt templating, request logging, context management, and scaling across multiple instances — so you can focus on building your app, not wrangling AI infrastructure.

Key Features

Quick Start

Example request to generate text from a template:

curl -X POST https://blastingcap.thernamyte.eu/prompt/myTemplate \
  -H "x-api-key: <your-api-key>" \
  -H "x-app-id: <your-app-id>" \
  -H "Content-Type: application/json" \
  -d '{ "name": "Phillip", "topic": "AI ethics" }'
    
🚀 To the Swagger UI! 🚀 To the Management UI! 🚀 Require Access