Teyuto
HomeLink
Multiple Menus
  • Link1
  • Link2
HomeLink
Multiple Menus
  • Link1
  • Link2
  1. Live-imitations
  • Introduction
  • Sessions
    • Generate session
      POST
    • Delete session
      DELETE
  • Videos
    • Create video
      POST
    • Edit video
      PATCH
    • Get video
      GET
    • Delete video
      DELETE
    • Get list of videos
      GET
    • Add cover
      POST
    • Delete cover
      DELETE
    • Delete caption
      DELETE
    • Add caption
      POST
    • Get TUS' parameters for direct upload
      GET
    • Get caption
      GET
  • Live
    • Create live
      POST
    • Edit live
      PATCH
    • Get live
      GET
    • Delete live
      DELETE
    • Get list of live
      GET
    • Add cover
      POST
    • Delete cover
      DELETE
  • Live-imitations
    • Create live-imitations
      POST
    • Edit live-imitation
      PATCH
    • Get live imitation
      GET
    • Delete live imitation
      DELETE
    • Get list of live imitations
      GET
    • Add cover
      POST
    • Delete cover
      DELETE
  • Collections
    • Get list of collections
    • Create collection
    • Delete collection
    • Add cover
    • Get collection
    • Add cover vertical
    • Add collection background
    • Add collection logo title
    • Delete cover
    • Delete cover vertical
    • Delete collection background
    • Delete collection logo title
    • Edit collection
  • Packages
    • Get list of packages
    • Get packages
    • Add cover
    • Delete cover
    • Edit packages
    • Delete package
    • Create package
  • Contents
    • List of contents
    • Get content
    • List type of contents
  • Tags
    • Get tag
    • Edit tag
    • Delete tag
    • Get list of tags
    • Create tag
  • Users
    • Get list of users
    • Get user
    • Edit user
    • Add avatar
    • Delete user
    • Create user
  • Pages
    • List of pages
    • Get specific page
  • Channels
    • Channel settings
  • Customfields
    • Users customfields
    • Create users customfields
    • Edit users customfields
    • Delete users customfields
    • Create collections customfields
    • Collections customfields
    • Edit collections customfields
    • Delete collections customfields
    • Create videos customfields
    • Videos customfields
    • Delete videos customfields
    • Edit videos customfields
  • Analytics
    • Analytics collections
    • Analytics collection
    • Analytics videos
    • Analytics video
    • General analytics
    • Analytics users
    • Analytics user
  • Events
    • Get list of events
    • Delete event
    • Create event
  • Acl
    • Set acl
    • Remove acl
  • Playlists
    • Get Playlist
    • Create Playlist
    • Edit Playlist
    • Delete Playlist
  • Restreams
    • Create Restream
    • Edit Restream
    • Get Restream
    • Get list of Restreams
    • Delete Restream
  1. Live-imitations

Get live imitation

GET
/videos/{liveimitation_id}
Get specific live-imitation

Request

Authorization
Add parameter in header
Authorization
Example:
Authorization: ********************
Path Params

Header Params

Request samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET '/videos/' \
--header 'Accept: application/json' \
--header 'Authorization;'

Responses

🟢200OK
application/json
Body

Example
{
  "title": "<string>",
  "description": "<string>",
  "id": "<string>",
  "img_preview": "<string>",
  "date": "<string>",
  "collection": "<string>",
  "server_live": "<string>",
  "livenow": "<string>",
  "stream_key": "<string>",
  "process": "<string>",
  "privacy": "<string>",
  "duration": "<string>",
  "languages": "<string>",
  "embeed": "<string>",
  "source_zip": "<string>",
  "source": "<string>",
  "type_video": "<string>"
}
🟠401Unauthorized
🟠404Not Found
Modified at 2024-09-05 10:11:31
Previous
Edit live-imitation
Next
Delete live imitation
Built with