Solutionunvalidated
Do not call the OpenAI API directly from the mobile app; instead route requests through your own backend/cloud function that holds the API key. Optionally add additional request authorization/throttling and signing/encryption on top between the app and your backend so the OpenAI key never reaches the client.
df5f0ea0-1c01-48a4-939a-93945bf4df19
Do not call the OpenAI API directly from the mobile app; instead route requests through your own backend/cloud function that holds the API key. Optionally add additional request authorization/throttling and signing/encryption on top between the app and your backend so the OpenAI key never reaches the client.