Kick the tires of the Incredible API in under a minute. This page walks you through a minimal, copy‑paste cURL flow, plus a streaming variant, and where to go next.Documentation Index
Fetch the complete documentation index at: https://incredible-42686482-cursor-create-detailed-ai-agent-cookboo.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
1) Prerequisites
- An Incredible API key
- curl installed
Replace the value with your real key from the dashboard. Keep it secret; don’t commit it to source control.
2) Say hello (non‑streaming)
Send your first request with modelsmall-1 and get a complete response:
result.response[0].content.
3) See it live (streaming)
Switch to streaming to see the answer arrive as it’s generated.[DONE] marker.
4) Next steps
- Basic Chat:
examples/basic-chat - Multiple Models:
examples/multiple-models - Streaming Chat:
examples/streaming-chat - Function Calling:
examples/function-calling
Prefer scripts? Check the Cookbook’s getting‑started folder for ready‑to‑run Python examples. For docs-first users, stick to these cURL snippets.