POST
/
api
/
v1
/
bulk_enhance
curl --request POST \
  --url https://data-api.pingintel.com/api/v1/bulk_enhance \
  --header 'Content-Type: application/json' \
  --data '{
  "locations": [
    {
      "id": "<string>",
      "datasource_config": {},
      "sources": [
        "DTC"
      ],
      "address": "<string>",
      "latitude": 123,
      "longitude": 123,
      "limits__building_limit": 123,
      "limits__bpp_limit": 123,
      "limits__bi_limit": 123,
      "address_line_1": "<string>",
      "address_line_2": "<string>",
      "city": "<string>",
      "state": "<string>",
      "state_code": "<string>",
      "state_name": "<string>",
      "postal_code": "<string>",
      "country": "<string>",
      "county": "<string>",
      "bldg_name": "<string>",
      "ping_occupancy_data": "<string>",
      "ping_cope_data": "<string>",
      "llm_text_blob": "<string>",
      "address_field_data": "<string>",
      "occupancy__type_desc": "<string>",
      "occupancy__desc_ping": "Commercial - Construction/Erection Risks",
      "occupancy__code_air": "<string>",
      "occupancy__code_atc": "<string>",
      "const__desc_ping": "Automobiles - Automobiles",
      "const__code_rms": "<string>",
      "const__code_air": "<string>",
      "const__roof_covering": "<string>",
      "const__wall_type": "<string>",
      "const__bldg_year_built": 123,
      "const__num_stories": 123,
      "const__bldg_area": 123,
      "lightbox_assessment_id": "<string>",
      "lightbox_parcel_id": "<string>",
      "dtc_include_coastline_within_miles": 123,
      "dtc_return_connected_coastlines": true,
      "architectural_style": "<string>",
      "insured_name": "<string>",
      "sleep_time": 123,
      "company_name": "<string>",
      "company_website": "<string>",
      "company_ein": "<string>",
      "lightbox_parcel_wkt": "<string>",
      "ryan_geocoding_location_id": 123,
      "limits__signs_and_other_limit": 123,
      "const__num_stories_below_gnd": 123
    }
  ],
  "sources": [
    "DTC"
  ],
  "include_raw_response": false,
  "check_cache": true,
  "delegate_to": "<string>",
  "timeout": 300,
  "callback_url": "<string>"
}'
{
  "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}

Body

Response

201
application/json

The response is of type object.