Bulk create browser profiles
create_profiles_bulkCreate multiple browser profiles in a single API call. Supply shared settings once and override per profile to save time when setting up Dolphin Anty environments.
Instructions
Create many profiles in one call. Important: unlike create_profile, the backend IGNORES a nested fingerprint object here — fingerprint data must be supplied as flattened top-level keys (useragent, uaFullVersion, screenWidth, screenHeight, cpu, memory, connectionRtt, webglInfo, …). Use common for values shared by every item; per-item values win on conflict.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| items | Yes | Profile definitions. Each needs at least name, platform, browserType, platformVersion. | |
| common | No | Fields merged into every item before validation. |