NAiOS IconNAiOS Logo
Volver al catálogo

Apiverve

apiverve

APIVerve offers a comprehensive suite of APIs designed to simplify integration processes, providing developers with scalable and reliable solutions for various applications.

Acciones
11
Triggers
0
Autenticación
OAuth gestionado
No
Información técnica: el detalle de parámetros, schemas y triggers de esta página está pensado para equipos de integración. Si solo necesitas saber si tu herramienta favorita está disponible, basta con ver la lista de acciones.

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ón

Tool 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

  • dataobjectObligatorio

    Contains the advice payload.

  • errorstring

    Error if any occurred during the execution of the action

  • statusstringObligatorio

    Status of the API response, e.g., 'ok'

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Age CalculatorAPIVERVE_AGE_CALCULATORAcción

Tool 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

  • dobanyObligatoriodate

    Date of birth in YYYY-MM-DD format

Parámetros de salida

  • codeintegerObligatorio

    HTTP status code returned by the API

  • dataobjectObligatorio

    Calculated age details

  • errorstring

    Error if any occurred during the execution of the action

  • statusstringObligatorio

    Response status, e.g., 'ok'

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get Airline Info by NameAPIVERVE_AIRLINE_LOOKUP_NAMEAcción

Tool to get airline info by name. use after obtaining the official airline name.

Parámetros de entrada

  • namestringObligatorio

    The full name of the airline to retrieve information for (e.g., 'American Airlines')

  • acceptstringenum

    Response format. One of application/json, application/xml, or application/yaml. Defaults to application/json

    application/jsonapplication/xmlapplication/yaml

Parámetros de salida

  • codeintegerObligatorio

    HTTP status code of the response

  • dataobject[]Obligatorio

    List of airline information objects

  • errorstring

    Error if any occurred during the execution of the action

  • statusstringObligatorio

    Response status, e.g., 'ok'

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get airport distance by IATAAPIVERVE_AIRPORT_DISTANCE_IATAAcción

Tool 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

  • iata1stringObligatorio

    The IATA code of the first airport (e.g. 'JFK')

  • iata2stringObligatorio

    The IATA code of the second airport (e.g. 'LAX')

Parámetros de salida

  • dataobjectObligatorio

    Distance and airport details

  • errorstring

    Error if any occurred during the execution of the action

  • statusstringObligatorio

    API status, e.g., 'ok'

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get Airport Info by ICAO CodeAPIVERVE_AIRPORTS_LOOKUP_ICAOAcción

Tool 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

  • icaostringObligatorio

    The 4-letter ICAO code of the airport (e.g., 'KMCI')

Parámetros de salida

  • dataobject

    Detailed airport information returned by the API.

  • errorstring

    Error if any occurred during the execution of the action

  • statusstringObligatorio

    API call status, e.g., 'ok'.

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Air QualityAPIVERVE_AIR_QUALITYAcción

Tool to get air quality data for a city. use when you need current aqi, pollutant levels, and a health recommendation.

Parámetros de entrada

  • citystringObligatorio

    The city name for which to get the air quality data (e.g., 'New York')

Parámetros de salida

  • dataobject

    Detailed air quality metrics returned for a city.

  • errorstring

    Error if any occurred during the execution of the action

  • statusstringObligatorio

    Request status: 'ok' or 'error'

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Find antonyms for a wordAPIVERVE_ANTONYM_FINDERAcción

Tool to get antonyms for a word. use when you need opposite terms for text analysis.

Parámetros de entrada

  • wordstringObligatorio

    The word to get the antonyms for

Parámetros de salida

  • dataobjectObligatorio
  • errorstring

    Error if any occurred during the execution of the action

  • statusstringObligatorio

    Response status, e.g., 'ok'

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

App Store ScraperAPIVERVE_APP_STORE_SCRAPERAcción

Tool 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

  • appidstringObligatorio

    The App Store app ID (digits only)

  • countrystringObligatorio

    ISO 3166-1 alpha-2 country code (e.g., 'us')

Parámetros de salida

  • dataobjectObligatorio

    Payload containing detailed app metadata

  • errorstring

    Error if any occurred during the execution of the action

  • statusstringObligatorio

    Response status, 'ok' or 'error'

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Currency ConverterAPIVERVE_CURRENCY_CONVERTERAcción

Tool to convert currency rates. use when you need to convert an amount between two currencies with the latest exchange rate.

Parámetros de entrada

  • amountnumberObligatorio

    Amount in source currency to convert. Must be non-negative.

  • to_currencystringObligatorio

    The ISO currency code to convert to, e.g., 'EUR'

  • from_currencystringObligatorio

    The ISO currency code to convert from, e.g., 'USD'

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get Word DefinitionAPIVERVE_DICTIONARYAcción

Tool 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

  • wordstringObligatorio

    The word for which you want to get the definition (e.g., apple)

Parámetros de salida

  • dataobjectObligatorio

    Data object containing word and definitions

  • errorstring

    Error if any occurred during the execution of the action

  • statusstringObligatorio

    Status of the API response

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Weather by CityAPIVERVE_WEATHER_BY_CITYAcción

Tool 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

  • citystringObligatorio

    Name of the city to retrieve current weather for (e.g., 'San Francisco')

  • acceptstringenum

    Optional. Desired response format. One of 'application/json', 'application/xml', 'application/yaml'. Defaults to 'application/json'.

    application/jsonapplication/xmlapplication/yaml

Parámetros de salida

  • dataobject

    Detailed weather metrics returned for a city.

  • errorstring

    Error if any occurred during the execution of the action

  • statusstringObligatorio

    Request status: 'ok' or 'error'

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not