CHEESE API v2

Estimate Run

Suggest an edit
POST
/api/v2/runs:estimate

Authorization

APIKeyHeader
x-api-key<token>

In: header

Header Parameters

x-dmc-client?string|null

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

curl -X POST "https://example.com/api/v2/runs:estimate" \  -H "Content-Type: application/json" \  -d '{    "kind": "selection"  }'
{}