AIMoCap

Documentation

Quick start, Studio workflows, API guidance, output formats, pricing, and FAQ.

AIMoCap Docs

API Authentication

Create and use a bearer API key for AIMoCap async mocap jobs.

Create an API key

  1. Open Account -> API Keys
  2. Create a new key
  3. Copy the sk-... bearer key and store it securely

Send the bearer token

Use the key in the Authorization header:

Authorization: Bearer YOUR_AIMOCAP_API_KEY

The API does not use browser sessions. All API requests are authenticated by bearer key only.

Plan and admission limits

Requests can still be rejected even if the key is valid, for example when:

  • your API account is inactive
  • API v-credit is insufficient
  • the uploaded file exceeds the plan limit
  • the selected clip duration exceeds the plan limit
  • your active concurrency is already full
  • exportFps is invalid

Most of these conditions are checked during create-job admission, so you usually receive the error before upload completion enters the runnable queue.