Yandex

Learn how to use Yandex with Composio

Overview

Enum

YANDEX

Description

Yandex is a Russian internet services provider offering search, email, navigation, and other web-based solutions, often referred to as ā€œRussia’s Googleā€

Authentication Details

client_id
stringRequired
client_secret
stringRequired
oauth_redirect_uri
stringDefaults to https://backend.composio.dev/api/v1/auth-apps/add
scopes
stringDefaults to login:avatar,login:birthday,login:email,login:info,login:default_phone
base_url
stringDefaults to https://oauth.yandex.com/Required

Actions

Tool to perform reverse geocoding using yandex maps http geocoder api.

Action Parameters

apikey
stringRequired
format
stringDefaults to json
kind
string
lang
string
latitude
numberRequired
longitude
numberRequired

Action Response

data
object
error
string
successful
boolean
Tool to generate detailed route for driving, walking, or public transport. use when planning a route between specified geographic points.

Action Parameters

apikey
stringRequired
avoid_tolls
boolean
avoid_zones
array
axle_weight
number
departure_time
integer
eco_class
integer
has_trailer
boolean
height
number
length
number
levels
string
max_weight
number
mode
stringDefaults to driving
payload
number
traffic
string
waypoints
stringRequired
weight
number
width
number

Action Response

data
object
error
string
successful
boolean
Tool to fetch individual map tile images by x/y coordinates and zoom level. use after calculating tile indices for custom map rendering.

Action Parameters

apikey
stringRequired
l
stringRequired
lang
stringRequired
maptype
string
projection
string
scale
number
x
integerRequired
y
integerRequired
z
integerRequired

Action Response

data
object
error
string
successful
boolean