We’ve updated the base URL for the following job endpoints
What Changed
- The base URL has been updated from
https://api.priceapi.comtohttps://priceapi.metoda.com - All endpoint paths and behavior remain unchanged
Affected Endpoints
POST /v2/jobsGET /v2/jobsGET /v2/jobs/{job_id}GET /v2/jobs/{job_id}/downloadPOST /v2/jobs/{job_id}/cancelGET /v2/me/usage_todayGET /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_monthAfter
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_monthWhat’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.comwill 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.