A
Alex Developers
API PLATFORM

Build with Alex

Integrate your platform with the world's most advanced AI assistant. Send data, receive insights, and unlock the power of Alex for your users.

EncryptedSOC 2 Ready99.9% UptimeRate-limited

Process

How It Works

From application to go-live in four simple steps.

Step 01

Apply

Submit your integration application with your use case and data requirements.

Step 02

Get Approved

Our team reviews your application, verifies your company, and approves access.

Step 03

Configure

Define your data schemas, set up API keys, and configure webhook endpoints.

Step 04

Go Live

Your integration appears in the Alex Integration Store for all users to discover.

Capabilities

What You Can Do

Powerful primitives to build deep integrations with Alex.

Send Data to Alex

Push customer data, events, metrics, and more to Alex in real time. Alex processes and stores it for intelligent retrieval and voice-activated access.

Receive Alex Insights

Get AI-powered analysis and alerts via webhooks. Alex can send predictions, anomalies, and actionable intelligence directly to your platform.

Custom Voice Commands

Let users control your platform through Alex voice. Define custom command patterns and Alex will route spoken requests to your API.

Integration Store Listing

Get a branded card in the Alex marketplace where users discover and connect your service. Showcase your logo, features, and data types.

Get Started

Apply to Integrate

Tell us about your company and what you want to build. We review applications within 24-48 hours.

Ready to integrate?

Fill out the application form and our team will review it within 24-48 hours. Basic integration is free.

Reference

API Documentation

Everything you need to start integrating once you are approved.

Authentication

All partner API requests must include your API key in the X-Partner-Key header.

// Every request must include:
X-Partner-Key: pk_live_xxxxxxxxxxxxxxxxxxxxxxxx
// Sandbox keys start with pk_sandbox_

Base URL

Productionhttps://instoreapi.kproapps.com/api/partner/
Sandboxhttps://instoreapi.kproapps.com/api/partner/sandbox/

Supported Data Types

TypeDescriptionExample
stringUTF-8 text up to 65,535 characters"Hello, Alex"
integerWhole numbers (signed 64-bit)42
decimalFloating-point numbers98.6
booleanTrue or falsetrue
datetimeISO 8601 date-time string"2026-01-15T10:30:00Z"
jsonNested JSON object or array{"key": "value"}
emailValid email address"user@example.com"
enumOne of a predefined set of values"active"

Example: Send Data

REQUESTPOST /api/partner/data
POST /api/partner/data HTTP/1.1Host: instoreapi.kproapps.comX-Partner-Key: pk_live_xxxxxxxxContent-Type: application/json{"schema_slug": "fitness-metrics","data": {"heart_rate": 72,"steps": 8432,"calories": 1847.5,"recorded_at": "2026-01-15T10:30:00Z"}}
RESPONSE201 Created
{"success": true,"message": "Data entry created","entry_id": 4521,"processing_status": "pending"}

FAQ

Frequently Asked Questions

Ready to build with Alex?

Join the growing ecosystem of companies integrating with the world's most advanced AI assistant.

Contact Us