Generative Ai issue while extraction with API?

I tried to extract the some multiple pdf text using generative ai in it i used the my open Ai open source API it is showing the below error which i don’t what is it. Can any one help on this please?

@naveen5

Open ai api has a limit on number of calls you can make…and as per error the number of calls you made already exceeded the daily quote limit…either use a new account or wait till thw calls get renewed

Cheers

Hi Anil_G

no here am using only one page pdf here even though i called api only onces in my case then how come it say i exceeds calls

@naveen5,

It’s intermittent issue from Open AI. You can raise it with them if it persists. There is nothing wrong from UiPath Studio or code. You can verify the same by trying endpoint from POSTMAN as well.

Thanks,
Ashok :slight_smile:

@naveen5

That dependa on the number of calls you made today and jot on how many oages pdf and all

Also did you first try with postman ?

Cheers