API DocumentationScreening PackagesCreate screening packageCreate screening package POST /openapi/v1/screening-packages Create a new package. The code field in the body is the entity ID — it must match ^[a-z0-9][a-z0-9_-]{0,63}$ and be unique. Returns 409 if the code is taken. Request Responses200OK