Skip to content

API introduction

Introduction to Solver AI Studio

Solver AI Studio (SAIS) is a cutting-edge platform designed to streamline form creation, management, and data collection. SAIS Form Studio is a key component of this platform, enabling users to design, distribute, and gather data through web forms with ease. The Form Studio API extends these capabilities, allowing developers to harness the full potential of SAIS Form Studio in their applications.

Getting Started

To get started with the Solver AI Suite through API, follow the steps outlined in this reference guide:

Access the API Documentation: Begin by exploring our API documentation to understand the available endpoints and their functionalities. The documentation provides detailed information on how to interact with the API effectively. Full API documentation can be found here Solver AI Suite API Reference

Authentication: Before making API calls, you'll need to authenticate your application. The authentication process is described below, where you'll obtain an access token for secure access to the API.

Header parameters
Name Value Description
Authorization
required
Bearer Token is retriveing called Auth API
Content Type
required
application/json

Method POST: https://dev.thingsolver.com/api/latest/auth/login

Auth Request
{
"username": "<enter-your-account-email>",
"password": "<enter-your-account-password>"
}

API Endpoints and way through: Familiarize yourself with the various API endpoints and the purpose of each. We provide clear examples and details for each endpoint, making integration straightforward.

API reference and endpoints Examples
Campaign Studio API Campaign Studio Samples
Segmentation Studio API Segmentation Studio Samples
Touchpoint Studio API Touchpoint Studio Samples
Form Studio API Form Studio Samples

Sample Code: To further assist you in integrating the API, we offer sample code snippets in multiple programming languages. These examples demonstrate how to use the API for common tasks.

How to Use This Reference

This reference guide is organized into sections for easy navigation. You'll find detailed information on header parameters, available HTTP methods, request and response structures, and code examples. Whether you're a seasoned developer or new to API integration, this guide is designed to facilitate a smooth integration process.

Support and Assistance

If you encounter any issues, have questions, or require assistance while working with the SAIS Form Studio API, our support team is readily available to assist you. Please don't hesitate to reach out if you need help or guidance.

With the SAIS Form Studio API, you have the power to create dynamic and interactive forms, collect valuable data, and enhance your applications. Let's get started on your journey to seamless form management and data extraction!

Back to top