GIPHY
GIPHY is the world's largest library of animated GIFs, stickers, and short video clips, serving more than 10 billion pieces of content per day to millions of users across thousands of applications. The GIPHY API gives developers programmatic access to this library through a simple REST interface, enabling applications to search for GIFs and stickers by keyword, retrieve trending content, translate text or slang into the most relevant GIF, fetch a single random GIF, and look up specific GIFs by ID. All endpoints return structured JSON responses containing media URLs, metadata, attribution details, and user information. The GIPHY API is widely used in messaging platforms, social applications, productivity tools, and marketing campaigns to enrich user experiences with expressive animated media.

Power end-to-end data operations for your GIPHY API with Nexla. Our bi-directional GIPHY connector is purpose-built for GIPHY, making it simple to ingest data, sync it across systems, and deliver it anywhere — all with no coding required. Nexla turns API-sourced data into ready-to-use, reusable data products and makes it easy to send data to GIPHY or any other destination. With comprehensive monitoring, lineage tracking, and access controls, Nexla keeps your GIPHY workflows fast, secure, and fully governed.
Features
Type: API
- Seamless API Integration: Connect to any endpoint as source or destination without coding, with automatic data product creation
- Visual Composition & Chaining: Build complex integrations using visual templates, chain API calls, and compose workflows with data validation and filtering
- API Proxy: Expose curated slices of your data securely with a secure and customizable API proxy that validates and transforms data on the fly
- Request optimization with intelligent batching, retry, and caching to minimize API calls and costs
Prerequisites
To connect Nexla to the GIPHY API, you need a GIPHY developer account and an API key. GIPHY uses API key authentication — every request to the API must include your API key as a query parameter. API keys are issued through the GIPHY Developer Dashboard and can be created free of charge.
All new API keys begin as beta keys, which are rate-limited to 100 API calls per hour. If your integration requires higher throughput, you can submit a production key application through the Developer Dashboard. GIPHY will review the application and, if approved, provision a production key with higher rate limits.
Create a GIPHY Developer Account and API Key
-
Navigate to the GIPHY Developer Portal at developers.giphy.com and click Create Account to register. If you already have a GIPHY account, click Log In instead.
-
After signing in, you will be taken to your Developer Dashboard. Click the Create an App button to begin creating a new application.
-
On the app creation screen, select API as the app type (as opposed to the SDK option), then click Next Step.
-
Enter a name for your application in the App Name field (for example,
Nexla Integration) and a brief description in the App Description field explaining how you intend to use the API. -
Check the checkbox to agree to the GIPHY API Terms of Service, then click Create App.
-
Your new application will appear on the Developer Dashboard. The API Key is displayed directly below the app name. Copy this value and store it securely — you will need it when configuring your Nexla credential.
Keep your API key confidential. Do not commit it to source control or share it in public forums. If your key is compromised, you can regenerate it from the Developer Dashboard.
Beta API keys are rate-limited to 100 requests per hour. To request a production key with higher limits, visit your Developer Dashboard and submit a production key application. For complete details on rate limits and key tiers, refer to the GIPHY API FAQ and the Request a GIPHY API Key support article.
Authenticate
Create a credential in Nexla
-
After selecting the data source type, click the Add Credential tile to open the Add New Credential overlay.
-
Enter a name for the credential in the Credential Name field and a short, meaningful description in the Credential Description field.
-
Enter your GIPHY API key in the API Key field. This key is appended as the
api_keyquery parameter to every request Nexla sends to the GIPHY API and is required for all endpoints.The API key is stored securely by Nexla and is masked after saving. To rotate or revoke an API key, return to the GIPHY Developer Dashboard and manage your app's key from there.
-
Click the Save button at the bottom of the overlay. The newly added credential will now appear in a tile on the Authenticate screen during data source creation and can be selected for use with a new data source.
Use as a data source
To create a new data flow, navigate to the Integrate section, and click the New Data Flow button. Select the Giphy connector tile, then select the credential that will be used to connect to the Giphy API, and click Next; or, create a new Giphy credential for use in this flow.
Endpoint templates
Nexla provides pre-built templates that can be used to rapidly configure data sources to ingest data from common Giphy API endpoints. Select the endpoint from which this source will fetch data from the Endpoint pulldown menu. Available endpoint templates are listed in the expandable boxes below; click on an endpoint to see more information about it and how to configure your data source for this endpoint.
Once the selected endpoint template has been configured, click the Test button to the right of the endpoint selection menu to retrieve a sample of the data that will be fetched. Sample data will be displayed in the Endpoint Test Result panel on the right, allowing you to verify that the source is configured correctly before saving.
Manual configuration
Giphy data sources can also be manually configured to ingest data from any valid Giphy API endpoint not covered by the pre-built templates — such as Translate, Random GIF, or Get GIFs by multiple IDs — or when a custom request parameter is needed. Select the Advanced tab at the top of the configuration screen, and follow the instructions in Connect to Any API to configure the API method, endpoint URL, date/time and lookup macros, path to data, metadata, and request headers.
The Giphy API is a read-only REST API — all endpoints use the GET method. All endpoint URLs begin with https://api.giphy.com/v1/, for example: https://api.giphy.com/v1/gifs/search?q=your+query&api_key=YOUR_API_KEY (Search GIFs), https://api.giphy.com/v1/gifs/trending?api_key=YOUR_API_KEY (Trending GIFs), https://api.giphy.com/v1/gifs/random?api_key=YOUR_API_KEY (Random GIF), https://api.giphy.com/v1/gifs/GIF_ID?api_key=YOUR_API_KEY (Get GIF by ID), https://api.giphy.com/v1/gifs?ids=ID1,ID2&api_key=YOUR_API_KEY (Get GIFs by IDs), and https://api.giphy.com/v1/gifs/translate?s=your+phrase&api_key=YOUR_API_KEY (Translate), with equivalent /v1/stickers/trending and /v1/stickers/search endpoints for stickers. Your Giphy API key is automatically injected by Nexla from the credential — you do not need to manually add the api_key query parameter or a request header when using credential-based authentication.
Giphy API responses wrap records inside a data key, with pagination metadata in a pagination key and attribution information in a meta key. For list endpoints (Search, Trending), enter $.data[*] in the Set Path to Data in Response field; for the Get GIF by ID endpoint, use $.data. To preserve pagination totals or attribution details on each record, enter $.pagination and/or $.meta in the Path to Metadata in Response field.
Once all of the relevant settings have been configured, click the Create button in the upper right corner of the screen to save and create the new Giphy data source. Nexla will now begin ingesting data from the configured endpoint and will organize any data that it finds into one or more Nexsets.