Apiverve

Learn how to use Apiverve with Composio

Overview

Enum

APIVERVE

Description

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

Authentication Details

api_key
stringRequired

Actions

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

Action Parameters

city
stringRequired

Action Response

data
object
error
string
status
string
successful
boolean
Tool to convert currency rates. use when you need to convert an amount between two currencies with the latest exchange rate.

Action Parameters

amount
numberRequired
from_currency
stringRequired
to_currency
stringRequired

Action Response

data
object
error
string
successful
boolean
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."

Action Parameters

word
stringRequired

Action Response

data
object
error
string
status
string
successful
boolean
Tool to generate a random piece of advice. use when you need spontaneous guidance or motivation.

Action Parameters

Action Response

data
object
error
string
status
string
successful
boolean
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"

Action Parameters

dob
Required

Action Response

code
integer
data
object
error
string
status
string
successful
boolean
Tool to get airline info by name. use after obtaining the official airline name.

Action Parameters

accept
string
name
stringRequired

Action Response

code
integer
data
array
error
string
status
string
successful
boolean
Tool to get airport information by icao code. use when you have a valid 4-letter icao code and need detailed airport information.

Action Parameters

icao
stringRequired

Action Response

data
object
error
string
status
string
successful
boolean
Tool to get distance between two airports by their iata codes. use when you have valid airport iata codes and need the flight distance.

Action Parameters

iata1
stringRequired
iata2
stringRequired

Action Response

data
object
error
string
status
string
successful
boolean
Tool to get antonyms for a word. use when you need opposite terms for text analysis.

Action Parameters

word
stringRequired

Action Response

data
object
error
string
status
string
successful
boolean
Tool to fetch detailed app metadata from the app store. use when you have a valid app store app id and country code.

Action Parameters

appid
stringRequired
country
stringRequired

Action Response

data
object
error
string
status
string
successful
boolean
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?"

Action Parameters

accept
string
city
stringRequired

Action Response

data
object
error
string
status
string
successful
boolean