sdks:start
Table of Contents
SDKs
Our SDKs allow you to integrate intelligent, context-aware ad delivery into your product — whether it's a backend server, web page, or React frontend.
Choose the SDK that best fits your stack:
GoLang SDK
Use case: Backend servers, microservices, chatbots with server-side logic.
- Send full chat history to the ad engine
- Request ads for conversations or web page content
- Get ads in JSON, HTML, or JavaScript formats
JavaScript SDK
Use case: Frontend web integration, embedded chat widgets, dynamic websites.
- Collect chat history and request ads client-side
- Automatically inject ads into DOM elements
- Automatically call JavaScript functions with ad payloads
React SDK
Use case: Modern React applications using JSX.
- Use declarative tags to send chat history and render ads
- Compatible with your existing `<Chat />` component
- All context extraction is handled internally — just wrap your UI
Swift SDK
Use case: iOS and macOS applications, SDK integrations for Apple devices.
- Make RESTful calls to the ad engine
- Send chat history and receive ads in various formats
- Built for easy use with Swift Package Manager
Authentication
All SDKs require two credentials in every call:
- `apiId` — identifies your integration
- `apiKey` — used for secure authorization
If you do not have these credentials, please contact support.
Not Sure Where to Start?
Go to Getting Started for a guided introduction.
sdks/start.txt · Last modified: by 127.0.0.1
