# Coolset Compliance API

Regulation-neutral compliance tools: run risk assessments for EUDR, PPWR, and other regulations, and download evidence packages.

Version: 1.0

## Servers

Production server
```
https://developers-pulse.coolset.com/api
```

## Security

### Bearer

Our firebase api token, used to authenticate. Bearer prefix required before token

Type: apiKey
In: header
Name: Authorization

## Download OpenAPI description

[Coolset Compliance API](https://api.coolset.com/_bundle/compliance-api.yaml)

## compliance

### List risk assessments

 - [GET /compliance/risk-assessments](https://api.coolset.com/compliance-api/compliance/compliance_risk-assessments_list.md): Returns all EUDR risk assessments for the authenticated company. Each assessment includes its identifier, risk level, evidence status, and linked supply chain data.

### Download evidence package

 - [POST /compliance/risk-assessments/{risk_assessment_id}/evidence-downloads](https://api.coolset.com/compliance-api/compliance/compliance_risk-assessments_evidence-downloads_create.md): Generates and downloads a ZIP file containing all evidence folders associated with the specified risk assessment. The ZIP is named using the assessment identifier.

