
Giphy
giphyGIPHY is the first and largest GIF search engine, offering an extensive library of GIFs and Stickers for integration into applications.
Acciones disponibles (22)
Cada acción es una operación que el agente puede ejecutar contra este conector. Haz clic en una acción para ver sus parámetros.
Giphy Analytics RegisterGIPHY_ACTION_REGISTERAcciónTool to register user interactions (view, click, send) with a GIF for analytics. Use when you have the analytics payload, timestamp, and user ID to record the event.
GIPHY_ACTION_REGISTERAcciónTool to register user interactions (view, click, send) with a GIF for analytics. Use when you have the analytics payload, timestamp, and user ID to record the event.
Parámetros de entrada
tsintegerObligatorioUNIX timestamp in milliseconds when the action occurred.
gif_idstringObligatorioThe unique ID of the GIF or sticker to record analytics for.
random_idstringObligatorioAn ID or proxy for a specific user.
action_typestringObligatorioenumType of event to register, one of 'SEEN', 'CLICK', 'SENT'.
SEENCLICKSENTanalytics_response_payloadstringObligatorioEncoded payload from the provided analytics URL; do not modify.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Emoji VariationsGIPHY_EMOJI_VARIATIONSAcciónTool to fetch variations for a specific emoji. Use when you have an emoji's GIF ID and want its variations.
GIPHY_EMOJI_VARIATIONSAcciónTool to fetch variations for a specific emoji. Use when you have an emoji's GIF ID and want its variations.
Parámetros de entrada
gif_idstringObligatorioThe 'id' value from the GIF Object of the base emoji whose variations you want.
Parámetros de salida
dataobject[]ObligatorioList of variation Emoji Objects.
metaobjectObligatorioResponse status and metadata.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get GIF by IDGIPHY_GET_GIF_BY_IDAcciónTool to fetch GIF metadata by its unique ID. Use when you have a valid GIF ID to retrieve metadata.
GIPHY_GET_GIF_BY_IDAcciónTool to fetch GIF metadata by its unique ID. Use when you have a valid GIF ID to retrieve metadata.
Parámetros de entrada
gif_idstringObligatorioThe unique ID of the GIF to fetch.
ratingstringenumReturn empty response if the GIF’s rating exceeds this value.
YGPGPG-13RregionanyISO 3166-2 subdivision code; include only if proxied and country_code is set.
random_idstringAn ID or proxy for a specific user.
country_codeanyTwo-letter ISO 3166-1 alpha-2 country code of the end user; include if requests are proxied.
Parámetros de salida
dataobjectObligatorioMetadata for the requested GIF.
metaobjectObligatorioResponse status and metadata.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get GIFs by IDsGIPHY_GET_GIFS_BY_IDSAcciónTool to fetch metadata for multiple GIFs by their IDs. Use when you need information on up to 100 known GIF IDs.
GIPHY_GET_GIFS_BY_IDSAcciónTool to fetch metadata for multiple GIFs by their IDs. Use when you need information on up to 100 known GIF IDs.
Parámetros de entrada
idsstringObligatorioComma-separated list of GIF IDs; maximum 100 IDs.
ratingstringenumFilter results by rating (g, pg, pg-13, r).
gpgpg-13rregionstringISO 3166-2 subdivision; requires country_code to be set.
random_idstringAn optional unique user or session ID for A/B testing.
country_codestringTwo-letter ISO 3166-1 alpha-2 country code of the end user.
Parámetros de salida
dataobject[]ObligatorioList of GIF objects for the requested IDs.
metaobjectObligatorioResponse metadata.
errorstringError if any occurred during the execution of the action
paginationobjectObligatorioPagination information.
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Sticker by IDGIPHY_GET_STICKER_BY_IDAcciónTool to fetch sticker metadata by its unique ID. Use when you have a valid sticker ID to retrieve metadata.
GIPHY_GET_STICKER_BY_IDAcciónTool to fetch sticker metadata by its unique ID. Use when you have a valid sticker ID to retrieve metadata.
Parámetros de entrada
ratingstringenumReturn empty response if the sticker’s rating exceeds this value.
YGPGPG-13RregionanyISO 3166-2 subdivision code; include only if proxied and country_code is set.
random_idstringAn ID or proxy for a specific user.
sticker_idstringObligatorioThe unique ID of the sticker to fetch.
country_codeanyTwo-letter ISO 3166-1 alpha-2 country code of the end user; include if requests are proxied.
Parámetros de salida
dataobjectObligatorioMetadata for the requested sticker.
metaobjectObligatorioResponse status and metadata.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Stickers by IDsGIPHY_GET_STICKERS_BY_IDSAcciónTool to fetch metadata for multiple stickers by their IDs. Use when you need information on up to 100 known sticker IDs.
GIPHY_GET_STICKERS_BY_IDSAcciónTool to fetch metadata for multiple stickers by their IDs. Use when you need information on up to 100 known sticker IDs.
Parámetros de entrada
idsstringObligatorioComma-separated list of sticker IDs; maximum 100 IDs.
ratingstringenumFilter results by rating (g, pg, pg-13, r).
gpgpg-13rregionstringISO 3166-2 subdivision; requires country_code to be set.
random_idstringAn optional unique user or session ID for A/B testing.
country_codestringTwo-letter ISO 3166-1 alpha-2 country code of the end user.
Parámetros de salida
dataobject[]ObligatorioList of sticker objects for the requested IDs.
metaobjectObligatorioResponse metadata.
errorstringError if any occurred during the execution of the action
paginationobjectObligatorioPagination information.
successfulbooleanObligatorioWhether or not the action execution was successful or not
GIPHY CategoriesGIPHY_GIPHY_CATEGORIESAcciónTool to fetch a list of GIF categories on GIPHY. Use when you need to browse available categories before selecting one.
GIPHY_GIPHY_CATEGORIESAcciónTool to fetch a list of GIF categories on GIPHY. Use when you need to browse available categories before selecting one.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataobject[]ObligatorioList of GIF category objects.
metaobjectObligatorioResponse metadata.
errorstringError if any occurred during the execution of the action
paginationobjectObligatorioPagination information.
successfulbooleanObligatorioWhether or not the action execution was successful or not
GIPHY: Get Category by IDGIPHY_GIPHY_CATEGORY_BY_IDAcciónTool to fetch metadata for a GIF category by its unique ID. Use when you need details for a specific category identifier.
GIPHY_GIPHY_CATEGORY_BY_IDAcciónTool to fetch metadata for a GIF category by its unique ID. Use when you need details for a specific category identifier.
Parámetros de entrada
category_idstringObligatorioUnique identifier (encoded name) of the GIF category to fetch.
Parámetros de salida
dataobjectObligatorioMetadata for the requested GIF category.
metaobjectObligatorioResponse status and metadata.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
GIPHY: Category GIFsGIPHY_GIPHY_CATEGORY_GIFSAcciónTool to fetch GIFs associated with a specific GIF category. Use after retrieving category_id from the categories endpoint to get curated GIFs.
GIPHY_GIPHY_CATEGORY_GIFSAcciónTool to fetch GIFs associated with a specific GIF category. Use after retrieving category_id from the categories endpoint to get curated GIFs.
Parámetros de entrada
limitintegerMax number of GIFs to return; default 25; maximum 499.
bundlestringRestrict renditions to the specified bundle (e.g., 'messaging_non_clips').
offsetintegerStarting position of results; default 0; maximum 4999.
ratingstringenumFilter results by content rating: g, pg, pg-13, or r.
gpgpg-13rregionstringISO 3166-2 subdivision code; specify if proxied and country_code is proxied.
random_idstringAn ID or proxy for a specific user session.
category_idstringObligatorioThe unique identifier (slug or ID) of the GIF category to fetch.
country_codestringTwo-letter ISO 3166-1 alpha-2 country code of the end user.
remove_low_contrastbooleanExclude low-contrast items from results.
Parámetros de salida
dataobject[]ObligatorioArray of GIF objects in the specified category
metaobjectObligatorioMetadata about the API response
errorstringError if any occurred during the execution of the action
paginationobjectObligatorioPagination details for the result set
successfulbooleanObligatorioWhether or not the action execution was successful or not
GIPHY EmojiGIPHY_GIPHY_EMOJIAcciónTool to fetch GIPHY emoji GIF objects. Use when you need a paginated list of GIPHY emojis.
GIPHY_GIPHY_EMOJIAcciónTool to fetch GIPHY emoji GIF objects. Use when you need a paginated list of GIPHY emojis.
Parámetros de entrada
limitintegerMaximum number of emoji objects to return (default is 25).
offsetintegerZero-based offset for pagination (default is 0).
Parámetros de salida
dataobject[]ObligatorioList of emoji GIF objects with variations and media renditions
metaobjectObligatorioMetadata about the API response
errorstringError if any occurred during the execution of the action
paginationobjectObligatorioPagination details for this response
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Related TagsGIPHY_GIPHY_TAG_RELATEDAcciónTool to fetch tags related to a specified tag. Use when you want to find semantically related tags for improved search suggestion.
GIPHY_GIPHY_TAG_RELATEDAcciónTool to fetch tags related to a specified tag. Use when you want to find semantically related tags for improved search suggestion.
Parámetros de entrada
termstringObligatorioTag term to find related tags.
Parámetros de salida
dataobject[]ObligatorioArray of related tag terms.
metaobjectObligatorioResponse status and metadata.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
GIPHY: Tag SearchGIPHY_GIPHY_TAG_SEARCHAcciónTool to search GIPHY's tag library for autocomplete suggestions. Use when you need to generate tag suggestions for a user query.
GIPHY_GIPHY_TAG_SEARCHAcciónTool to search GIPHY's tag library for autocomplete suggestions. Use when you need to generate tag suggestions for a user query.
Parámetros de entrada
qstringObligatorioTag term to autocomplete; search query for tag suggestions.
limitintegerMaximum number of tag suggestions to return; default is 5.
offsetintegerStarting position of results; default is 0.
Parámetros de salida
dataobject[]ObligatorioArray of tag suggestion objects.
metaobjectObligatorioMetadata about the API response.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
GIPHY Trending TagsGIPHY_GIPHY_TAG_TRENDINGAcciónTool to fetch the most popular search terms (tags) on GIPHY. Use when you need trending tags for content discovery.
GIPHY_GIPHY_TAG_TRENDINGAcciónTool to fetch the most popular search terms (tags) on GIPHY. Use when you need trending tags for content discovery.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
datastring[]ObligatorioList of trending search terms
metaobjectObligatorioMetadata about the API response
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
GIPHY Translate StickerGIPHY_GIPHY_TRANSLATE_STICKERAcciónTool to translate a term or phrase into a single sticker using GIPHY’s translation algorithm. Use after confirming the exact phrase to visualize as a sticker.
GIPHY_GIPHY_TRANSLATE_STICKERAcciónTool to translate a term or phrase into a single sticker using GIPHY’s translation algorithm. Use after confirming the exact phrase to visualize as a sticker.
Parámetros de entrada
sstringObligatorioTerm or phrase to translate into a sticker. Supports @username and #hashtag hints.
ratingstringenumFilter results by rating; acceptable values: g, pg, pg-13, r.
gpgpg-13rregionanyISO 3166-2 subdivision code; include only if proxied and country_code is set.
random_idstringAn ID or proxy for a specific user.
country_codeanyTwo-letter ISO 3166-1 alpha-2 end-user country code; include if requests are proxied.
Parámetros de salida
dataobjectObligatorioA single sticker object and its metadata as returned by GIPHY.
metaobjectObligatorioResponse metadata including status and response ID.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Trending StickersGIPHY_GIPHY_TRENDING_STICKERSAcciónTool to fetch trending stickers. Use when you need the most relevant and engaging sticker GIFs currently trending.
GIPHY_GIPHY_TRENDING_STICKERSAcciónTool to fetch trending stickers. Use when you need the most relevant and engaging sticker GIFs currently trending.
Parámetros de entrada
limitintegerMaximum number of sticker GIFs to return. Defaults to 25.
bundlestringReturn only renditions for the named bundle.
offsetintegerStarting position of results (zero-indexed). Defaults to 0. Maximum 499.
ratingstringenumFilter results by content rating (g, pg, pg-13, r).
gpgpg-13rregionstringISO 3166-2 subdivision code; requires country_code to be set.
random_idstringAn optional unique user or session ID for A/B testing.
country_codestringTwo-letter ISO 3166-1 alpha-2 country code of the end user, uppercase.
remove_low_contrastbooleanExclude low-contrast stickers from results.
Parámetros de salida
dataobject[]ObligatorioList of trending sticker GIF objects.
metaobjectObligatorioResponse metadata.
errorstringError if any occurred during the execution of the action
paginationobjectObligatorioPagination information.
successfulbooleanObligatorioWhether or not the action execution was successful or not
Giphy Random GIFGIPHY_RANDOM_GIFAcciónTool to fetch a random GIF from Giphy. Use when you need a single random GIF, optionally filtered by tag or rating. Example: 'Get a random cat GIF rated G.'
GIPHY_RANDOM_GIFAcciónTool to fetch a random GIF from Giphy. Use when you need a single random GIF, optionally filtered by tag or rating. Example: 'Get a random cat GIF rated G.'
Parámetros de entrada
tagstringFilter results by a tag; supports @username tagging
ratingstringenumFilter by content rating; one of 'y','g','pg','pg-13','r'
ygpgpg-13rrandom_idstringUnique ID/proxy for a specific user
Parámetros de salida
dataobjectObligatorioRandom GIF object returned by Giphy
metaobjectObligatorioResponse metadata from Giphy API
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Giphy Random StickerGIPHY_RANDOM_STICKERAcciónTool to fetch a single random sticker. Use when you need a random sticker, optionally filtered by tag or rating.
GIPHY_RANDOM_STICKERAcciónTool to fetch a single random sticker. Use when you need a random sticker, optionally filtered by tag or rating.
Parámetros de entrada
tagstringFilter results by a tag; supports @username tagging
ratingstringenumFilter by content rating; one of 'g', 'pg', 'pg-13', 'r'
gpgpg-13rregionstringISO 3166-2 subdivision code; requires country_code to be set
random_idstringAn ID/proxy for a specific user session
country_codestringTwo-letter ISO 3166-1 alpha-2 code for end-user country
Parámetros de salida
dataobjectObligatorioFull sticker object returned by Giphy
metaobjectObligatorioResponse metadata
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
GIPHY: Search GIFsGIPHY_SEARCH_GIFSAcciónTool to search GIPHY's GIF library. Use when you need to find GIFs by keyword or phrase.
GIPHY_SEARCH_GIFSAcciónTool to search GIPHY's GIF library. Use when you need to find GIFs by keyword or phrase.
Parámetros de entrada
qstringObligatorioSearch query term/phrase; @<username> searches a specific user’s GIFs. If contains 'sticker' returns stickers.
langstring2-letter ISO 639-1 code for regional content
limitintegerMax number of objects to return; default 25; beta keys max limit is 50
bundlestringReturns only renditions that correspond to the named bundle
fieldsstringComma-separated list of fields to return (Fields on Demand)
offsetintegerResult starting position; default 0; maximum 4999
ratingstringenumFilters by rating; acceptable values: g, pg, pg-13, r
gpgpg-13rregionstringISO 3166-2 country subdivision; specify if proxied and country_code is proxied
random_idstringID/proxy for a specific user
country_codestringTwo-letter ISO 3166-1 alpha-2 country of the end user
remove_low_contrastbooleanExclude low-contrast items from results
Parámetros de salida
dataobject[]ObligatorioArray of GIF objects matching the search query
metaobjectObligatorioMetadata about the API response
errorstringError if any occurred during the execution of the action
paginationobjectObligatorioPagination information for the result set
successfulbooleanObligatorioWhether or not the action execution was successful or not
GIPHY: Search StickersGIPHY_SEARCH_STICKERSAcciónTool to search GIPHY's sticker library. Use when you need to find stickers by keyword or phrase.
GIPHY_SEARCH_STICKERSAcciónTool to search GIPHY's sticker library. Use when you need to find stickers by keyword or phrase.
Parámetros de entrada
qstringObligatorioSearch query term/phrase for stickers; returns matching sticker items.
langstring2-letter ISO 639-1 code for regional content
limitintegerMax number of items to return; default 25; beta keys max limit is 50
bundlestringReturns only renditions that correspond to the named bundle
offsetintegerResult starting position; default 0; maximum 4999
ratingstringenumFilters by rating; acceptable values: g, pg, pg-13, r
gpgpg-13rregionstringISO 3166-2 country subdivision; specify if proxied and country_code is proxied
random_idstringAn ID/proxy for a specific user
country_codestringTwo-letter ISO 3166-1 alpha-2 country of the end user
remove_low_contrastbooleanExclude low-contrast items from results
Parámetros de salida
dataobject[]ObligatorioArray of sticker GIF objects matching the search query
metaobjectObligatorioMetadata about the API response
errorstringError if any occurred during the execution of the action
paginationobjectObligatorioPagination information for the result set
successfulbooleanObligatorioWhether or not the action execution was successful or not
GIPHY: Random TagGIPHY_TAG_RANDOMAcciónTool to fetch a single random tag from Giphy. Use when you need a random search term tag, optionally filtered by a query term.
GIPHY_TAG_RANDOMAcciónTool to fetch a single random tag from Giphy. Use when you need a random search term tag, optionally filtered by a query term.
Parámetros de entrada
tagstringFilter results by a search term for the tag
random_idstringUnique ID/proxy for a specific user session
Parámetros de salida
dataobjectObligatorioRandom tag object returned by GIPHY
metaobjectObligatorioResponse metadata from GIPHY API
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
GIPHY Trending GIFsGIPHY_TRENDING_GIFSAcciónTool to fetch trending GIFs from GIPHY. Use when you need the most relevant and engaging GIFs currently trending.
GIPHY_TRENDING_GIFSAcciónTool to fetch trending GIFs from GIPHY. Use when you need the most relevant and engaging GIFs currently trending.
Parámetros de entrada
limitintegerMaximum number of GIFs to return (1-499).
bundlestringRestrict renditions to the specified bundle (e.g., 'messaging_non_clips').
offsetintegerStarting position of results (0-499).
ratingstringenumFilter results by GIF rating. One of 'g', 'pg', 'pg-13', 'r'.
gpgpg-13rregionstringEnd user's region code (ISO 3166-2).
random_idstringAn ID/proxy string to identify the user session.
country_codestringEnd user's country code (ISO 3166-1 alpha-2).
remove_low_contrastbooleanWhether to exclude low-contrast GIFs.
Parámetros de salida
dataobject[]ObligatorioA list of GIF objects as returned by the GIPHY API.
metaobjectObligatorioMeta information about the API response.
errorstringError if any occurred during the execution of the action
paginationobjectObligatorioPagination information for the returned GIFs.
successfulbooleanObligatorioWhether or not the action execution was successful or not
Giphy Upload GIFGIPHY_UPLOAD_GIFAcciónTool to upload a GIF or video file to GIPHY. Use when you need to create a new GIPHY entry from a local file or public URL. Requires developer API key and supports optional metadata.
GIPHY_UPLOAD_GIFAcciónTool to upload a GIF or video file to GIPHY. Use when you need to create a new GIPHY entry from a local file or public URL. Requires developer API key and supports optional metadata.
Parámetros de entrada
filestringbinaryBinary data of the animated GIF or video file. Required if source_image_url is not provided.
tagsstringComma-delimited list of tags to apply to the upload.
regionstringISO 3166-2 country subdivision code; requires country_code.
country_codestringTwo-letter ISO 3166-1 alpha-2 country code of the end user.
source_post_urlstringURL of the source page for the asset.
source_image_urlstringPublic URL of the image or video to upload. Required if file is not provided.
Parámetros de salida
dataobjectObligatorioUploaded GIF data
metaobjectObligatorioResponse metadata
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not