Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Status
colourRed
titleTHIS SECTION IS UNDER CONSTRUCTION..STAY TUNED!

Info
iconfalse
titleON THIS PAGE

Table of Contents


API

What's an API?

API is the acronym for Application Programming Interface, which is a software intermediary that allows two applications to talk to each other.

When you use an application on your devices, the application connects to the Internet and sends data to a server. The server then retrieves that data, interprets it, performs the necessary actions and sends it back to your devices. The application then interprets that data and presents you with the information you wanted in a readable way. This is what an API is - all of this happens via API.

By accessing an API, you have the power to do several actions, for example: 

  • Create, retrieve, delete meetings
  • Update automations  
  • Verify an account's token
  • Start, download recordings

How does it work?

Vidaoo's APIs

are 

:

  • Are organized around REST
. Our APIs have
  • , which stands for stands for Representational State Transfer
  • Have predictable resource-oriented URLs
, accepts
  • Accept form-encoded request bodies
, returns
  • Return JSON-encoded responses. JSON,
and uses
  • that is JavaScript Object Notation, is a syntax for storing and exchanging data. In other words, it's a language and format used to send and receive information.
  • Use standard HTTP response codes, authentication, and verbs.

What's an API?

How does it work?

What's JSON?

Let's test Vidaoo APIs!
  •  HTTP methods or protocol operate with these terms: 


What you want to doMethod to use
CreatePOST
RetrieveGET
UpdatePUT
DeleteDELETE


Vidaoo APIs

All Vidaoo's APIs are

reported in

listed on this page. Be sure to

have fun

test them all