Migration from old PriceAPI

We’ve updated the base URL for the following job endpoints

What Changed

  • The base URL has been updated from https://api.priceapi.com to https://priceapi.metoda.com
  • All endpoint paths and behavior remain unchanged

Affected Endpoints

  • POST /v2/jobs
  • GET /v2/jobs
  • GET /v2/jobs/{job_id}
  • GET /v2/jobs/{job_id}/download
  • POST /v2/jobs/{job_id}/cancel
  • GET /v2/me/usage_today
  • GET /v2/me/usage_month

Required Action

Update your API requests to use the new base URL.

Before

POST https://api.priceapi.com/v2/jobs
GET https://api.priceapi.com/v2/jobs
GET https://api.priceapi.com/v2/jobs/{job_id}
GET https://api.priceapi.com/v2/jobs/{job_id}/download
POST https://api.priceapi.com/v2/jobs/{job_id}/cancel
GET https://api.priceapi.com/v2/me/usage_today
GET https://api.priceapi.com/v2/me/usage_month

After

POST https://priceapi.metoda.com/v2/jobs
GET https://priceapi.metoda.com/v2/jobs
GET https://priceapi.metoda.com/v2/jobs/{job_id}
GET https://priceapi.metoda.com/v2/jobs/{job_id}/download
POST https://priceapi.metoda.com/v2/jobs/{job_id}/cancel
GET https://priceapi.metoda.com/v2/me/usage_today
GET https://priceapi.metoda.com/v2/me/usage_month

What’s Unchanged

  • Endpoint paths
  • Request and response formats
  • Authentication methods
  • Parameters and payload structure

Important Notes

  • The old base URL will be deprecated in the future

  • After deprecation, requests to https://api.priceapi.com will fail

  • Make sure to update:

    • Environment variables
    • Hardcoded URLs
    • API client configurations

Need Help?

If you run into any issues, please contact support or refer to the latest API documentation.