Have something to say?

Tell us how we could make the product more useful to you.

Note that this feedback section only concerns Mindee V2:

https://app.mindee.com and https://api-v2.mindee.net/

In Progress

Add createdAt / completedAt fields in /v2/jobs/{job_id} response payload

We are currently experiencing regular timeout issues when using the enqueue_and_get_inference method from the Mindee Ruby client. Switching to a webhook-based flow would require significant architectural changes on our side, which we would prefer to avoid for now. We noticed in the documentation that it is possible to configure polling_options to increase the timeout duration. However, while investigating how to fine-tune these options, we realized that the GET /v2/jobs/{job_id} endpoint does not return the job createdAt or completedAt timestamps. Without these timestamps, we cannot measure the actual processing time of a job and adjust our polling strategy accurately. Could you please consider adding the following fields to the /v2/jobs/{job_id} response payload? createdAt completedAt Please let us know if this information is already available through another endpoint or if there is a recommended workaround. Thank you in advance for your help !

Faks 7 days ago

3
💡

Feature Request

Completed

API Call error

Hello! When we tray t execute API call API https://api-v2.mindee.net/v2/inferences/enqueue with the Model_id 'b0f84468-d7bd-49c8-8818-eec5f01d3e9c' we get the following error, that 3 days ago when we migrated from V1 to V2 didn’t occured: { "statusCode": 500, "headers": { "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "x-ms-environment-id": "default-172d5c03-04d9-45ba-adb5-b6d7b8f02e6a", "x-ms-tenant-id": "172d5c03-04d9-45ba-adb5-b6d7b8f02e6a", "x-ms-dlp-re": "-|-", "x-ms-dlp-gu": "-|-", "x-ms-dlp-ef": "-|-/-|-|-", "x-ms-apihub-cached-response": "false", "x-ms-apihub-obo": "false", "Date": "Wed, 29 Oct 2025 15:42:46 GMT", "Content-Length": "123", "Content-Type": "application/json" }, "body": { "status": 500, "detail": "An unexpected server error occurred.", "title": "Internal Server Error", "code": "500-003", "errors": [] } } Thank you

Fundació Kalida 4 months ago

4

🐛 Bug Report