---
title: "Start analysis"
method: PUT
path: "/api/v2/analysis"
tags: ["Datapipe", "Community", "Enterprise"]
---

# Start analysis

`PUT /api/v2/analysis`

Flags the API to begin analyzing ingest data.

## Response `202`

**No Content**
This response will contain no response body.

## Other responses

- `401` — **Unauthorized** This endpoint failed an authentication requirement. Either the client tried to access a protected endpoint without being authenticated, or an auth validation failed (ex- invalid credentials or expired token).
- `403` — **Forbidden** This is most commonly caused by an authenticated client trying to access a resource that it does not have permission for.
- `429` — **Too Many Requests** The client has sent too many requests within a certain time window and tripped the rate limiting middleware.

## Changes

- **2026-01-12** `a426ff0abf8f` — 1 info
  - removed the non-success response with the status `500`

[Change history](https://skmtc.dev/specterops/apis/bloodhound-api/changes/api/v2/analysis/put.md)

---

[API](https://skmtc.dev/specterops/apis/bloodhound-api.md) · [All operations](https://skmtc.dev/specterops/apis/bloodhound-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/specterops/bloodhound-api/revisions/93063fc34b9f/schema)
