Skip to main content
POST
/
v1
/
internal
/
vendors
/
risk-assessment
/
trigger-batch
Trigger vendor risk assessment tasks for a batch of vendors (internal)
curl --request POST \
  --url http://localhost:3333/v1/internal/vendors/risk-assessment/trigger-batch \
  --header 'Content-Type: application/json' \
  --header 'X-API-Key: <api-key>' \
  --data '
{
  "vendors": [
    {
      "vendorId": "vnd_abc123",
      "vendorName": "CloudTech Solutions",
      "vendorWebsite": "https://cloudtechsolutions.com"
    }
  ],
  "organizationId": "org_abc123",
  "withResearch": true
}
'

Authorizations

X-API-Key
string
header
required

API key for authentication

Body

application/json
vendors
object[]
required

Vendors to trigger risk assessment for

organizationId
string

Organization ID (deprecated — use auth context)

Example:

"org_abc123"

withResearch
boolean
default:true

If false, skips Firecrawl research (cheaper). Defaults to true.

Response

200

Tasks triggered