Quick Start

Quick Start

You need to first create an account on the IMKIT Dashboard and create a Chat Server (Application) to obtain the Client Key and API Key for using the IMKIT Platform API.

Step 1: Create an Account

  1. Go to the registration page of the IMKIT Dashboard and follow the instructions to complete the registration. In addition to Email, you can also register using an Apple ID.

signup1

  1. After completing the registration, check your registered email inbox for the verification email, and follow the instructions to complete verification.

signup2 signup3

Step 2: Create a Chat Server

  1. Click Add Application below

application1

  1. Enter the Application name (this can be the name of your website or app)

application2

  1. Select the corresponding SDK environment

application3

  1. Click Complete to finish creating the Chat Server

application4

Step 3: Obtain Chat Server Keys and Parameters

  1. Client Key: The key used when calling backend APIs from the SDK side, labeled as IM-CLIENT-KEY in the API documentation

key1

  1. Backend API Key: The key used when calling backend APIs as an Admin, with the highest permissions, labeled as IM-API-KEY in the API documentation

key2

  1. Chat Server URL: The actual URL of this Application’s Chat Server, which will be https://[YourApplicationName].imkit.io

key3

Step 4: Test the API with Postman (Optional)

Once you have your keys, import our Postman Collection to start testing the Chat Server APIs immediately — no code required.

Downloads

Import Steps

  1. Open Postman, click Import in the top-left corner, and import both JSON files
  2. Switch to the Environment dropdown in the top-right corner, select IMKit API, then click Edit to fill in the following variables:
VariableValue (from Step 3)
domainChat Server URL (e.g. https://myapp.imkit.io)
apiKeyBackend API Key
clientKeyClient Key
tokenAccess Token obtained from the “Create or Update User” API
  1. Save and select any request, then click Send to start testing
© 2026 FUNTEK Software Inc. All rights reserved.