# Bulk insert valuations **POST /api/v2/valuations/bulk** Creates multiple valuations for a plan and sub-account ## Servers - https://api.plannrcrm.com: https://api.plannrcrm.com () ## Authentication methods - Personal access token & O auth2 ## Parameters ### Headers - **X-PLANNR-ACCOUNT-UUID** (string) ### Body: application/json (object) - **plan_uuid** (string(uuid)) The UUID of the plan to store the valuations on. - **sub_account_uuid** (string(uuid)) The UUID of the plan's sub account to store the valuations on. - **valuations** (array[object]) The valuations to store. You can provide up to 1,000 valuations per request. ## Responses ### 401 #### Body: application/json (object) - **message** (string) [Powered by Bump.sh](https://bump.sh)