Apiverve
apiverveAPIVerve offers a comprehensive suite of APIs designed to simplify integration processes, providing developers with scalable and reliable solutions for various applications.
Acciones disponibles (11)
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.
Advice GeneratorAPIVERVE_ADVICE_GENERATORAcciónTool to generate a random piece of advice. use when you need spontaneous guidance or motivation.
APIVERVE_ADVICE_GENERATORAcciónTool to generate a random piece of advice. use when you need spontaneous guidance or motivation.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataobjectObligatorioContains the advice payload.
errorstringError if any occurred during the execution of the action
statusstringObligatorioStatus of the API response, e.g., 'ok'
successfulbooleanObligatorioWhether or not the action execution was successful or not
Age CalculatorAPIVERVE_AGE_CALCULATORAcciónTool to calculate age from date of birth. use when you need a breakdown of years, months, weeks, and days from a given dob. example: "calculate age for dob=1990-01-01"
APIVERVE_AGE_CALCULATORAcciónTool to calculate age from date of birth. use when you need a breakdown of years, months, weeks, and days from a given dob. example: "calculate age for dob=1990-01-01"
Parámetros de entrada
dobanyObligatoriodateDate of birth in YYYY-MM-DD format
Parámetros de salida
codeintegerObligatorioHTTP status code returned by the API
dataobjectObligatorioCalculated age details
errorstringError if any occurred during the execution of the action
statusstringObligatorioResponse status, e.g., 'ok'
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Airline Info by NameAPIVERVE_AIRLINE_LOOKUP_NAMEAcciónTool to get airline info by name. use after obtaining the official airline name.
APIVERVE_AIRLINE_LOOKUP_NAMEAcciónTool to get airline info by name. use after obtaining the official airline name.
Parámetros de entrada
namestringObligatorioThe full name of the airline to retrieve information for (e.g., 'American Airlines')
acceptstringenumResponse format. One of application/json, application/xml, or application/yaml. Defaults to application/json
application/jsonapplication/xmlapplication/yaml
Parámetros de salida
codeintegerObligatorioHTTP status code of the response
dataobject[]ObligatorioList of airline information objects
errorstringError if any occurred during the execution of the action
statusstringObligatorioResponse status, e.g., 'ok'
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get airport distance by IATAAPIVERVE_AIRPORT_DISTANCE_IATAAcciónTool to get distance between two airports by their iata codes. use when you have valid airport iata codes and need the flight distance.
APIVERVE_AIRPORT_DISTANCE_IATAAcciónTool to get distance between two airports by their iata codes. use when you have valid airport iata codes and need the flight distance.
Parámetros de entrada
iata1stringObligatorioThe IATA code of the first airport (e.g. 'JFK')
iata2stringObligatorioThe IATA code of the second airport (e.g. 'LAX')
Parámetros de salida
dataobjectObligatorioDistance and airport details
errorstringError if any occurred during the execution of the action
statusstringObligatorioAPI status, e.g., 'ok'
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Airport Info by ICAO CodeAPIVERVE_AIRPORTS_LOOKUP_ICAOAcciónTool to get airport information by icao code. use when you have a valid 4-letter icao code and need detailed airport information.
APIVERVE_AIRPORTS_LOOKUP_ICAOAcciónTool to get airport information by icao code. use when you have a valid 4-letter icao code and need detailed airport information.
Parámetros de entrada
icaostringObligatorioThe 4-letter ICAO code of the airport (e.g., 'KMCI')
Parámetros de salida
dataobjectDetailed airport information returned by the API.
errorstringError if any occurred during the execution of the action
statusstringObligatorioAPI call status, e.g., 'ok'.
successfulbooleanObligatorioWhether or not the action execution was successful or not
Air QualityAPIVERVE_AIR_QUALITYAcciónTool to get air quality data for a city. use when you need current aqi, pollutant levels, and a health recommendation.
APIVERVE_AIR_QUALITYAcciónTool to get air quality data for a city. use when you need current aqi, pollutant levels, and a health recommendation.
Parámetros de entrada
citystringObligatorioThe city name for which to get the air quality data (e.g., 'New York')
Parámetros de salida
dataobjectDetailed air quality metrics returned for a city.
errorstringError if any occurred during the execution of the action
statusstringObligatorioRequest status: 'ok' or 'error'
successfulbooleanObligatorioWhether or not the action execution was successful or not
Find antonyms for a wordAPIVERVE_ANTONYM_FINDERAcciónTool to get antonyms for a word. use when you need opposite terms for text analysis.
APIVERVE_ANTONYM_FINDERAcciónTool to get antonyms for a word. use when you need opposite terms for text analysis.
Parámetros de entrada
wordstringObligatorioThe word to get the antonyms for
Parámetros de salida
dataobjectObligatorioerrorstringError if any occurred during the execution of the action
statusstringObligatorioResponse status, e.g., 'ok'
successfulbooleanObligatorioWhether or not the action execution was successful or not
App Store ScraperAPIVERVE_APP_STORE_SCRAPERAcciónTool to fetch detailed app metadata from the app store. use when you have a valid app store app id and country code.
APIVERVE_APP_STORE_SCRAPERAcciónTool to fetch detailed app metadata from the app store. use when you have a valid app store app id and country code.
Parámetros de entrada
appidstringObligatorioThe App Store app ID (digits only)
countrystringObligatorioISO 3166-1 alpha-2 country code (e.g., 'us')
Parámetros de salida
dataobjectObligatorioPayload containing detailed app metadata
errorstringError if any occurred during the execution of the action
statusstringObligatorioResponse status, 'ok' or 'error'
successfulbooleanObligatorioWhether or not the action execution was successful or not
Currency ConverterAPIVERVE_CURRENCY_CONVERTERAcciónTool to convert currency rates. use when you need to convert an amount between two currencies with the latest exchange rate.
APIVERVE_CURRENCY_CONVERTERAcciónTool to convert currency rates. use when you need to convert an amount between two currencies with the latest exchange rate.
Parámetros de entrada
amountnumberObligatorioAmount in source currency to convert. Must be non-negative.
to_currencystringObligatorioThe ISO currency code to convert to, e.g., 'EUR'
from_currencystringObligatorioThe ISO currency code to convert from, e.g., 'USD'
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
Get Word DefinitionAPIVERVE_DICTIONARYAcciónTool to get the definition of a word. use when you need to find the meaning of a specific word. e.g., "define the word apple."
APIVERVE_DICTIONARYAcciónTool to get the definition of a word. use when you need to find the meaning of a specific word. e.g., "define the word apple."
Parámetros de entrada
wordstringObligatorioThe word for which you want to get the definition (e.g., apple)
Parámetros de salida
dataobjectObligatorioData object containing word and definitions
errorstringError if any occurred during the execution of the action
statusstringObligatorioStatus of the API response
successfulbooleanObligatorioWhether or not the action execution was successful or not
Weather by CityAPIVERVE_WEATHER_BY_CITYAcciónTool to get current weather by city. use when you need to obtain up-to-date weather details for a specific city after confirming the city name. example: "what's the weather in berlin?"
APIVERVE_WEATHER_BY_CITYAcciónTool to get current weather by city. use when you need to obtain up-to-date weather details for a specific city after confirming the city name. example: "what's the weather in berlin?"
Parámetros de entrada
citystringObligatorioName of the city to retrieve current weather for (e.g., 'San Francisco')
acceptstringenumOptional. Desired response format. One of 'application/json', 'application/xml', 'application/yaml'. Defaults to 'application/json'.
application/jsonapplication/xmlapplication/yaml
Parámetros de salida
dataobjectDetailed weather metrics returned for a city.
errorstringError if any occurred during the execution of the action
statusstringObligatorioRequest status: 'ok' or 'error'
successfulbooleanObligatorioWhether or not the action execution was successful or not