Amazingtalker

image 3068

Eleva el aprendizaje de idiomas con lecciones en línea 1 a 1 personalizadas de tutores globales.

plugin

Índice

Código para OpenAI

openapi: 3.0.1
info:
title: Find tutors plugin
description: A plugin that improve your learning journey with personalized 1-on-1 online tutoring sessions from AmazingTalker's expert tutors across the globe. Explore a wealth of courses and resources designed to elevate your learning experience at any level.
version: 'v1'
servers:
- url: https://en.amazingtalker.com
paths:
/v1/pages/teachers:
get:
operationId: findTeachers
summary: Get the list of teachers, dirctly show teacher image user can see
parameters:
- in: query
name: teach_subject
schema:
type: string
pattern: '^[a-zA-Zs]*$'
required: true
description: The subject the teacher teaches, only English alphabets are accepted, e.g. english, math.
- in: query
name: price_preference
schema:
type: string
enum: [super_low_price, low_price, intermediate, middle, high_price, super_high_price]
required: false
description: The user's course price preference, in order 0~10, 11~15, 16~20, 21~25, 26~30, 30+
- in: query
name: tag_url_name
schema:
type: string
pattern: '^[a-zA-Zs]*$'
required: false
description: Learning needs, only English alphabets are accepted, e.g. certification, conversation
- in: query
name: auxiliary_language
schema:
type: string
pattern: '^[a-zA-Zs]*$'
required: false
description: Language a student would like to use in class besides the language being taught if it is a language lesson. Only English alphabets are accepted, e.g. english, chinese, japanese.
- in: query
name: teacher_location
schema:
type: string
pattern: '^[A-Za-z]{2}$'
required: false
description: The user's preference for the teacher's nationality, indicated by a 2-letter country code (ISO 3166-1 alpha-2), e.g. TW for Taiwan, US for United States.
- in: query
name: other
schema:
type: string
required: false
description: For searches not covered by the other options, use the 'other' parameter to input any string you wish to search for.
responses:
"200":
description: OK
content:
application/json:
schema:
type: array
items:
type: object
properties:
teacher_name:
type: string
description: Teacher's name.
short_description:
type: string
description: Teacher's introduction.
image_url:
type: string
description: Teacher's image.
introduction_video_url:
type: string
description: Video of the teacher's introduction.
course_url:
type: string
description: Sales page of the teacher where reservations can be made.
avg_rating:
type: number
description: Average rating of the teacher.
trial_dollar:
type: integer
description: The price of the teacher's trial class.
private_dollar:
type: integer
description: The price of the teacher's formal course.

 

Codigo JSON

{
"schema_version": "v1",
"name_for_model": "find_teachers",
"name_for_human": "AmazingTalker",
"description_for_model": "Find the perfect language teachers and tutors from across the world. Lessons and courses are personalized to help achieve your learning goals whether it be exams, certifications, business, travel or more.",
"description_for_human": "Elevate your language learning at any level with personalized 1-on-1 online lessons from tutors across the world.",
"auth": {
"type": "none"
},
"api": {
"type": "openapi",
"url": "https://en.amazingtalker.com/.well-known/openapi.yaml"
},
"logo_url": "https://en.amazingtalker.com/.well-known/logo.png",
"contact_email": "amazingtalker@amazingtalker.com",
"legal_info_url": "https://en.amazingtalker.com/privacy-and-terms"
}

 

Pagina web oficial

 

Descubre herramientas IA similares a Amazingtalker puedes visitar la categoría .

Avatar de Repositoria

Repositoria

Relacionado:

Subir