Start an analysis job
POST/api/v1/musiccompanion/analyses
The source is an entity (its attached online audio) or a confirmed asset. An asset uploaded with "retention": "standalone" works too, so a temporary file can be analysed without creating an entity.
Request
Responses
- 202
- 400
- 401
- 403
- 404
- 422
- 429
- 500
The accepted analysis job.
Invalid request.
Missing or invalid bearer token.
The token lacks the required permission.
Source asset or entity not found.
The source has no analysable audio: the asset is not an audio asset (asset_not_audio), the asset has no online storage location (asset_not_online), or the entity has no online audio attached (no_audio_for_entity).
Rate limit exceeded. Retry after the period in the Retry-After header.
Unexpected server error.