LogoMkSaaS Docs
LogoMkSaaS Docs
HomepageTikomni Quick StartAuthenticationu1 APIu2 APIBillingError EnvelopeAPI ReferenceDeploy Runbook
X (Twitter)

Tikomni Quick Start

Unified API gateway for u1 and u2

Base URLs

  • https://api.tikomni.com: public gateway
  • https://docs.tikomni.com: docs site
  • https://app.tikomni.com: dashboard and API key management

First Call

curl -X POST "https://api.tikomni.com/api/u1/v1/ping" \
  -H "Authorization: Bearer <your_api_key>"

What Is Included In This Release

  • API key auth (Authorization: Bearer <platform_api_key>)
  • u1 synchronous proxy (/api/u1/v1/**)
  • u2 async submit/query (/api/u2/v1/services/audio/asr/transcription, /api/u2/v1/tasks/{task_id})
  • unified platform error envelope
  • credits hold/finalize billing pipeline

Next Pages

  • Authentication
  • u1 API
  • u2 API
  • Billing
  • Errors
  • API Reference

Table of Contents

Base URLs
First Call
What Is Included In This Release
Next Pages