Start analysis
Datapipe
Start analysis
Submits an analysis request attributed to the authenticated user. The endpoint is idempotent — at most one analysis request can be pending at a time. Always returns 202 Accepted with no response body.
PUT
Start analysis
Authorizations
Authorization: Bearer $JWT_TOKEN
Headers
Prefer header, used to specify a custom timeout in seconds using the wait parameter as per RFC7240. Passing in wait=-1 bypasses all timeout limits when the feature is enabled.
Pattern:
^wait=(-1|[0-9]+)$Response
No Content This response will contain no response body.
The response is of type string.