Documentation

Everything you need to integrate AppLink.ai into your mobile app marketing workflow

Quick Start Guide

1

Create Account

Sign up and create your first app in the dashboard

2

Get API Keys

Generate API keys for your app to start making requests

3

Create Links

Use our API to create attribution links and start tracking

Authentication

All API requests require authentication using API keys and App IDs.

X-API-KEY: your-api-key
X-APP-ID: your-app-id

Base URL

All API endpoints are relative to the base URL.

https://api.applink.ai/api/v1

API Endpoints

Create Attribution Link

POST /api/v1/link/
Body: { "path": "/campaign-name" }

Creates a new attribution link for your app.

Track Link Visit

POST /api/v1/link/visit
Body: { "deviceToken": "base64-encoded-device-info" }

Tracks when a user visits your attribution link.

Verify Attribution

POST /api/v1/link/verify
Body: { "deviceId": "unique-device-id" }

Verifies attribution when user opens your app.

iOS Integration

Integrate AppLink.ai with your iOS app using our SDK or direct API calls.

  • • Universal Links support
  • • Custom URL schemes
  • • App Store redirects
View iOS Guide →

Android Integration

Integrate AppLink.ai with your Android app using our SDK or direct API calls.

  • • App Links support
  • • Intent filters
  • • Google Play redirects
View Android Guide →

SDK Downloads

iOS SDK

Swift and Objective-C support

Download →

Android SDK

Kotlin and Java support

Download →

JavaScript SDK

For web applications

Download →

Need Help Getting Started?

Our team is here to help you integrate AppLink.ai into your workflow.