Submit an async bulk radar request
API Reference
Bulk Create Radars
Queue a bulk submission for asynchronous radar creation.
POST
Submit an async bulk radar request
Documentation Index
Fetch the complete documentation index at: https://docs.tamradar.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Body
application/json
Webhook endpoint that receives async item results and the final bulk_completed event.
Maximum string length:
2048Example:
"https://your-domain.com/webhooks/tamradar"
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.
Required array length:
1 - 1000 elements