HTTP Integration
QuickSilver supports direct HTTP integration using curl or any HTTP client. This is ideal for low-level, language-agnostic setups and backend workflows.Usage with curl
Request Format
- Method:
POST - URL:
https://api-quicksilver.iotex.ai/v1/chat/completions
Headers:
Content-Type: application/jsonAuthorization: Bearer your-api-key
Request Body:
Tips
- Works with any HTTP client or programming language
- Fully compatible with OpenAI’s chat/completions API format
- Ideal for custom backend integrations or lightweight use cases
- Always include proper Authorization headers
- Do not expose your API key in client-side code or public repositories

