I'm using Giphy's API and currently have a development key. I am looking to deploy my site but don't know whether it is a public facing key or a private one, and cannot find an answer online nor after asking them directly.
Is it recommended to keep a Giphy API key secret?
1.5k Views Asked by Alex Yeates At
2
There are 2 best solutions below
0

While I generally tend to agree with Jay's answer, after reviewing their introduction and the specific javascript sample it seems to me that this key should be used from the browser and as a result it is practically a public key. I would assume that later on in the process, to avoid abuse with production API key, they might only serve requests coming from a domain you registered along with that key. Development key is anyhow for limited testing purposes as far as I understand so that's less of an issue if there's no registered domain for that.
From here
Seems shouldn't be worrying about it.