# 413 Client Error:Request Entity Too Large for url

**URL:** https://discuss.roboflow.com/t/413-client-error-request-entity-too-large-for-url/10189
**Category:** 🤝  Community Help
**Created:** [June 10, 2025, 4:26pm UTC](https://discuss.roboflow.com/t/413-client-error-request-entity-too-large-for-url/10189 "2025-06-10T16:26:39Z")
**Posts on this page:** 6
**Page:** 1

<div class="post-metadata">

### Author: ![guy](https://avatars.discourse-cdn.com/v4/letter/g/9e8a1a/32.png) [@guy](https://discuss.roboflow.com/u/guy)
#### Post date: [June 10, 2025, 4:26pm UTC](https://discuss.roboflow.com/t/413-client-error-request-entity-too-large-for-url/10189/1 "2025-06-10T16:26:39Z")

</div>

HI  
I am trying to batch submit some individual .JPGs using a python script. For each I get this error  
Error processing IMG\_8099.JPG: 413 Client Error: Request Entity Too Large for url: [https://detect.roboflow.com/](https://detect.roboflow.com/)…

each file is 1.2MB

Is there some limitation on file size using this model submission method? Is there a way around this for me?

Thanks

Guy

I can see a previous post on the forum also mentioned this error, but it was not resolved.

> [@413 Request Entity Too Large Error](https://discuss.roboflow.com/t/413-request-entity-too-large-error/9236):
>
> We are sending a photo request from our mobile application to our project that we created in the workflow with the request url [https://detect.roboflow.com/infer/workflows/sutas-yapay-zeka/urunler](https://detect.roboflow.com/infer/workflows/sutas-yapay-zeka/urunler). We are getting the request entity too large 413 error from these requests. We are looking for a solution but we couldn’t find it. Can you help? I am sharing the request part of our service code below: foreach (var imagePath in imagePaths) { try { byte imageBytes = File.ReadAllBytes(imagePath); st…

- \*\*Project Type:Object detection
- \*\*Operating System & Browser:python script
- \*\*Project Universe Link : private

---

<div class="post-metadata">

### Author: ![guy](https://avatars.discourse-cdn.com/v4/letter/g/9e8a1a/32.png) [@guy](https://discuss.roboflow.com/u/guy)
#### Post date: [June 16, 2025, 3:35pm UTC](https://discuss.roboflow.com/t/413-client-error-request-entity-too-large-for-url/10189/2 "2025-06-16T15:35:38Z")

</div>

is there really no answer to this question? or is it not clear what the question is?

---

<div class="post-metadata">

### Author: ![Ford](https://yyz1.discourse-cdn.com/flex029/user_avatar/discuss.roboflow.com/ford/32/7747_2.png) [@Ford](https://discuss.roboflow.com/u/Ford)
#### Post date: [June 16, 2025, 9:15pm UTC](https://discuss.roboflow.com/t/413-client-error-request-entity-too-large-for-url/10189/3 "2025-06-16T21:15:06Z")

</div>

Hi Guy!  
I just wanted to let you know that I am looking into this and I will get you an answer. Thank you for contributing to the Roboflow community!

---

<div class="post-metadata">

### Author: ![Ford](https://yyz1.discourse-cdn.com/flex029/user_avatar/discuss.roboflow.com/ford/32/7747_2.png) [@Ford](https://discuss.roboflow.com/u/Ford)
#### Post date: [June 17, 2025, 1:39am UTC](https://discuss.roboflow.com/t/413-client-error-request-entity-too-large-for-url/10189/4 "2025-06-17T01:39:35Z")

</div>

Hi Guy,  
I have done some digging and was able to find some answers. The issue could potentially be the dimension of the images. You could use the `image` param and send a URL if the images are already hosted elsewhere (such as S3).

For further debugging, would you mind providing the images that are inducing the error?

I’m going to check with the team to get a definitive answer on the file size and resolution limits.

Thank you!!

---

<div class="post-metadata">

### Author: ![bruno](https://yyz1.discourse-cdn.com/flex029/user_avatar/discuss.roboflow.com/bruno/32/6718_2.png) [@bruno](https://discuss.roboflow.com/u/bruno)
#### Post date: [June 17, 2025, 4:45pm UTC](https://discuss.roboflow.com/t/413-client-error-request-entity-too-large-for-url/10189/5 "2025-06-17T16:45:27Z")

</div>

Hi Guy!

Thank you for the report. 1.2MB images should not be a problem in terms of size. It would be really helpful for us to try to reproduce this issue on our end.

A couple of asks:

1. Besides providing us the image that is generating the 413 errors, could you also send us a simple python script, like the one you’re using to call the API, to try to reproduce this issue? Please redact any API keys before posting.

2. Are you calling this endpoint on a universe model or a model on your workspace? If you’re using a private model, could you point us to the project and also allow us to add ourselves to the workspace to speed up the troubleshoot?

Thank you!

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex029/uploads/roboflow1/original/1X/bb6edbfa56d0cf2ee603f061e9e09103502cc8cc.png) [@system](https://discuss.roboflow.com/u/system)
#### Post date: [July 8, 2025, 4:46pm UTC](https://discuss.roboflow.com/t/413-client-error-request-entity-too-large-for-url/10189/6 "2025-07-08T16:46:36Z")

</div>

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.
