AIMoCap Docs
API Authentication
Create and use a bearer API key for AIMoCap async mocap jobs.
Create an API key
- Open Account -> API Keys
- Create a new key
- 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
exportFpsis invalid
Most of these conditions are checked during create-job admission, so you usually receive the error before upload completion enters the runnable queue.
