Bulk Create Radars
Queue a bulk submission for asynchronous radar creation.
Authorizations
Body
Array of radar payloads. Each item uses the same body structure as single radar creation (POST /v1/radars): include radar_type plus the matching fields for that radar (for example domain/profile_url/keyword, filters, custom_fields). Item-level validation runs asynchronously after the request is accepted.
1 - 1000 elementsOptional webhook endpoint that receives async item results and the final bulk_completed event. Omit for poll-only mode and track the batch via GET /v1/radars/bulk/{bulk_id}. Omit the field entirely to disable webhooks — an explicit null is rejected with 400.
2048"https://your-domain.com/webhooks/tamradar"