Hello PixLab team,
We are using the image translate (img-translate) API endpoint in a production workflow for large-scale e-commerce image processing and are running into frequent HTTP 429 Too Many Requests responses.
Our pipeline continuously processes product images for text translation and cleanup. We have already implemented:
- request batching
- sequential processing
- retry logic with delays
Even with those safeguards, we still hit rate limits as volume increases.
Our current workload is production-critical and expected to scale to hundreds or thousands of images per minute.
We would like to understand:
- what rate limits apply to our current PixLab plan
- whether those limits can be increased
- which PixLab plan is best suited for high-throughput API usage
- any best practices for handling large-scale
img-translateworkloads in production
We are open to upgrading if needed.
Thank you.