Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.caistrolabs.com/llms.txt

Use this file to discover all available pages before exploring further.

1. Get an API key

Create an account and generate a key in the Console.

2. Make a request

curl https://api.caistrolabs.com/v1/chat/completions \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "Nous-20B",
    "messages": [{"role": "user", "content": "How do I scale Meta ads to $10k/day?"}]
  }'

3. That’s it

You’re now using a model that actually understands marketing.

Next Steps

Authentication

Learn about API key management

API Reference

Explore all endpoints