Sign in

Estimate Services

documented

Return an estimated price for a service item given location.

POST /2025-12/projects/estimateProjectsno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://{{$subdomain}}.partner-platform.taskrabbit.com/2025-12/projects/estimate" \
  -X POST \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -d '{"postal_code": "{{$postal_code}}", "country": "{{$country}}", "service_item_id": "{{$service_item_id}}", "address": {"line1": "{{$address_line1}}", "line2": "{{$address_line2}}", "city": "{{$city}}", "state": "{{$state}}", "postal_code": "{{$postal_code}}", "country": "{{$country}}"}}'
Estimate Services · TaskRabbit · OpenIntegrations