GIPHY Alt Text for GIFs is now available! Email us to learn more at bd.team@giphy.com.
GIPHY Clips (GIFs with Sound)have arrived! Learn about adding Clips to your app in our documentation!
Need to move your project from Tenor to GIPHY?   Check out our  migration guide!
logo

Verification Instructions

IMPORTANT: Obtaining your correct Verification ID (also known as "Random ID") is necessary to verify your integration when requesting a production API key

Add and set the verificationMode parameter to the configure function like so:

iOS

Copy Code
Giphy.configure(apiKey: "your_api_key", verificationMode: true)

Copy Code
[Giphy configureWithApiKey:@"your_api_key" verificationMode: true];

Android (v1.1.2 and later)

Run your app and your ID will be printed to the console. You will need to use this ID to complete the Verify GIPHY Integration step.

Copy Code
GiphyCoreUI.configure(context = yourContext, apiKey = "your_api_key", verificationMode = true)

Web

To verify implementation of our React SDK or Javascript SDK in your application open your browser's console and paste in giphyRandomId to get the value. This step is not needed if only using the FetchAPI