# Uiza Documentation

## 2022-06-22

- [Hola! 👋](https://docs.uiza.io/2022-06-22/master.md)
- [Introduction](https://docs.uiza.io/2022-06-22/getting-started/introduction.md)
- [Authentication](https://docs.uiza.io/2022-06-22/getting-started/authentication.md)
- [Errors](https://docs.uiza.io/2022-06-22/getting-started/errors.md): This page describes the error statuses returned by the Uiza APIs
- [Quick Starts](https://docs.uiza.io/2022-06-22/getting-started/quick-starts.md)
- [Live Streaming](https://docs.uiza.io/2022-06-22/getting-started/quick-starts/quickstart.md)
- [Video Streaming](https://docs.uiza.io/2022-06-22/getting-started/quick-starts/video-streaming.md)
- [Pagination](https://docs.uiza.io/2022-06-22/getting-started/pagination.md)
- [Recommended Specifications](https://docs.uiza.io/2022-06-22/getting-started/recommended-specifications.md)
- [Sample Streaming Apps](https://docs.uiza.io/2022-06-22/getting-started/sample-streaming-apps.md)
- [NodeJS Live Streaming App](https://docs.uiza.io/2022-06-22/getting-started/sample-streaming-apps/nodejs-live-streaming-app.md): How to build your live streaming web app with Uiza’s API using React and NodeJS
- [Java Live Streaming App](https://docs.uiza.io/2022-06-22/getting-started/sample-streaming-apps/java-live-streaming-app.md): How to build your live streaming web app with Uiza’s API using React and Java
- [Python Live Streaming App](https://docs.uiza.io/2022-06-22/getting-started/sample-streaming-apps/python-live-streaming-app.md): How to build your live streaming web app with Uiza’s API using Python
- [How to integrate live streaming into an Android App using Uiza’s Live API](https://docs.uiza.io/2022-06-22/getting-started/sample-streaming-apps/how-to-integrate-live-streaming-into-an-android-app-using-uizas-live-api.md)
- [Versioning](https://docs.uiza.io/2022-06-22/getting-started/versioning.md): Uiza API current version is 2020-05-07
- [Live Entities](https://docs.uiza.io/2022-06-22/api-reference/live-entities.md)
- [Create a live entity](https://docs.uiza.io/2022-06-22/api-reference/live-entities/create-a-live-entity.md): To start live streaming, you need to create an Entity object. Once the request is received, Uiza will allocate resources to serve your live stream.
- [Retrieve a live entity](https://docs.uiza.io/2022-06-22/api-reference/live-entities/retrieve-a-live-entity.md): Retrieves the details of an existing Live Entity. The entity’s id that was returned upon entity creation is required for identifying the exact live entity to be retrieved.
- [Update a live entity](https://docs.uiza.io/2022-06-22/api-reference/live-entities/update-a-live-entity.md): Updates a specified live entity's name, description, dvr setting.
- [Delete a live entity](https://docs.uiza.io/2022-06-22/api-reference/live-entities/delete-a-live-entity.md): Permanently deletes a live entity. You need to stop broadcasting from your end to be able to delete a live entity. Once a live entity is deleted, it cannot be undone.
- [List all live entities](https://docs.uiza.io/2022-06-22/api-reference/live-entities/list-all-live-entities.md): Returns a list of existing live entities in descending order by creation date (the most recently created one is on top)
- [Create a live relay](https://docs.uiza.io/2022-06-22/api-reference/live-entities/enable-live-entity-dvr.md): A Relay is ingesting object that contains the information required to access 3rd ingest servers (a.k.a RTMP/broadcast destination). Use the key and url to configure it.
- [Update a live relay](https://docs.uiza.io/2022-06-22/api-reference/live-entities/disable-live-entity-dvr.md)
- [Delete a live relay](https://docs.uiza.io/2022-06-22/api-reference/live-entities/reset-ingest-key.md)
- [Video Entities](https://docs.uiza.io/2022-06-22/api-reference/video-entities.md)
- [Create a video entity](https://docs.uiza.io/2022-06-22/api-reference/video-entities/create-a-video-entity.md): To create your video streaming, you need to create an Entity object.
- [Retrieve a video entity](https://docs.uiza.io/2022-06-22/api-reference/video-entities/retrieve-a-video-entity.md): Retrieves the details of an existing Video Entity. The entity’s id that was returned upon entity creation is required for identifying the exact live entity to be retrieved.
- [Update a video entity](https://docs.uiza.io/2022-06-22/api-reference/video-entities/update-a-video-entity.md): Updates a specified Video entity's name, description,...
- [Delete a video entity](https://docs.uiza.io/2022-06-22/api-reference/video-entities/delete-a-video-entity.md): Permanently deletes a video entity. Once a video entity is deleted, it cannot be undone.
- [List all video entities](https://docs.uiza.io/2022-06-22/api-reference/video-entities/list-all-live-entities.md): Returns a list of existing Video entities in descending order by creation date (the most recently created one is on top)
- [Events](https://docs.uiza.io/2022-06-22/api-reference/events.md)
- [Event Types](https://docs.uiza.io/2022-06-22/api-reference/events/event-types.md)
- [Webhook Endpoints](https://docs.uiza.io/2022-06-22/api-reference/webhook_endpoints.md)
- [Verifying signatures](https://docs.uiza.io/2022-06-22/api-reference/webhook_endpoints/verifying-signatures.md)
- [Create a webhook endpoint](https://docs.uiza.io/2022-06-22/api-reference/webhook_endpoints/create-webhook-endpoint.md): A URL and a secret are required for webhook endpoint creation. While URLs are endpoints where Uiza sends the events to, secrets are used to generate webhook signatures.
- [Update a webhook endpoint](https://docs.uiza.io/2022-06-22/api-reference/webhook_endpoints/update-webhook-endpoint.md): Updates the URL or secret of a webhook endpoint. You could also use this API to enable or disable your webhook endpoints. Any parameters not provided will be left unchanged.
- [Get a webhook endpoint](https://docs.uiza.io/2022-06-22/api-reference/webhook_endpoints/get-a-webhook-endpoint.md)
- [List all webhook endpoint](https://docs.uiza.io/2022-06-22/api-reference/webhook_endpoints/list-all-webhook-endpoint.md)
- [Introduction](https://docs.uiza.io/2022-06-22/sdk-reference/introduction.md)
- [Android SDK](https://docs.uiza.io/2022-06-22/sdk-reference/android-sdk.md)
- [Android Player SDK](https://docs.uiza.io/2022-06-22/sdk-reference/android-sdk/android-player-sdk.md)
- [Android Broadcast SDK](https://docs.uiza.io/2022-06-22/sdk-reference/android-sdk/android-broadcast-sdk.md)
- [iOS SDK](https://docs.uiza.io/2022-06-22/sdk-reference/ios-sdk.md)
- [iOS Player SDK](https://docs.uiza.io/2022-06-22/sdk-reference/ios-sdk/ios-player-sdk.md)
- [iOS Broadcast SDK](https://docs.uiza.io/2022-06-22/sdk-reference/ios-sdk/ios-broadcast-sdk.md)
- [Web Player SDK](https://docs.uiza.io/2022-06-22/sdk-reference/web-player-sdk.md)
- [Flutter SDK](https://docs.uiza.io/2022-06-22/sdk-reference/flutter-sdk.md)
- [Release Notes](https://docs.uiza.io/2022-06-22/api-upgrades/release-notes.md): Release Notes is our update that we share with you our new features, improvements or why we change the API to serve you better so you can easily stay up to date on what’s new.
- [API Changelog](https://docs.uiza.io/2022-06-22/api-upgrades/api-changelog.md): API changelog describes to you what we change on the newest API dated version we've made so you can easily stay up to date on what’s new.

## 2022-06-06

- [Hola! 👋](https://docs.uiza.io/2022-06-06/master.md)
- [Introduction](https://docs.uiza.io/2022-06-06/getting-started/introduction.md)
- [Authentication](https://docs.uiza.io/2022-06-06/getting-started/authentication.md)
- [Errors](https://docs.uiza.io/2022-06-06/getting-started/errors.md): This page describes the error statuses returned by the Uiza APIs
- [Quick Starts](https://docs.uiza.io/2022-06-06/getting-started/quick-starts.md)
- [Live Streaming](https://docs.uiza.io/2022-06-06/getting-started/quick-starts/quickstart.md)
- [Video Streaming](https://docs.uiza.io/2022-06-06/getting-started/quick-starts/video-streaming.md)
- [Pagination](https://docs.uiza.io/2022-06-06/getting-started/pagination.md)
- [Recommended Specifications](https://docs.uiza.io/2022-06-06/getting-started/recommended-specifications.md)
- [Sample Streaming Apps](https://docs.uiza.io/2022-06-06/getting-started/sample-streaming-apps.md)
- [NodeJS Live Streaming App](https://docs.uiza.io/2022-06-06/getting-started/sample-streaming-apps/nodejs-live-streaming-app.md): How to build your live streaming web app with Uiza’s API using React and NodeJS
- [Java Live Streaming App](https://docs.uiza.io/2022-06-06/getting-started/sample-streaming-apps/java-live-streaming-app.md): How to build your live streaming web app with Uiza’s API using React and Java
- [Python Live Streaming App](https://docs.uiza.io/2022-06-06/getting-started/sample-streaming-apps/python-live-streaming-app.md): How to build your live streaming web app with Uiza’s API using Python
- [How to integrate live streaming into an Android App using Uiza’s Live API](https://docs.uiza.io/2022-06-06/getting-started/sample-streaming-apps/how-to-integrate-live-streaming-into-an-android-app-using-uizas-live-api.md)
- [Versioning](https://docs.uiza.io/2022-06-06/getting-started/versioning.md): Uiza API current version is 2020-05-07
- [Live Entities](https://docs.uiza.io/2022-06-06/api-reference/live-entities.md)
- [Create a live entity](https://docs.uiza.io/2022-06-06/api-reference/live-entities/create-a-live-entity.md): To start live streaming, you need to create an Entity object. Once the request is received, Uiza will allocate resources to serve your live stream.
- [Retrieve a live entity](https://docs.uiza.io/2022-06-06/api-reference/live-entities/retrieve-a-live-entity.md): Retrieves the details of an existing Live Entity. The entity’s id that was returned upon entity creation is required for identifying the exact live entity to be retrieved.
- [Update a live entity](https://docs.uiza.io/2022-06-06/api-reference/live-entities/update-a-live-entity.md): Updates a specified live entity's name, description, dvr setting.
- [Delete a live entity](https://docs.uiza.io/2022-06-06/api-reference/live-entities/delete-a-live-entity.md): Permanently deletes a live entity. You need to stop broadcasting from your end to be able to delete a live entity. Once a live entity is deleted, it cannot be undone.
- [List all live entities](https://docs.uiza.io/2022-06-06/api-reference/live-entities/list-all-live-entities.md): Returns a list of existing live entities in descending order by creation date (the most recently created one is on top)
- [Create a live relay](https://docs.uiza.io/2022-06-06/api-reference/live-entities/enable-live-entity-dvr.md): A Relay is ingesting object that contains the information required to access 3rd ingest servers (a.k.a RTMP/broadcast destination). Use the key and url to configure it.
- [Update a live relay](https://docs.uiza.io/2022-06-06/api-reference/live-entities/disable-live-entity-dvr.md)
- [Delete a live relay](https://docs.uiza.io/2022-06-06/api-reference/live-entities/reset-ingest-key.md)
- [Video Entities](https://docs.uiza.io/2022-06-06/api-reference/video-entities.md)
- [Create a video entity](https://docs.uiza.io/2022-06-06/api-reference/video-entities/create-a-video-entity.md): To create your video streaming, you need to create an Entity object.
- [Retrieve a video entity](https://docs.uiza.io/2022-06-06/api-reference/video-entities/retrieve-a-video-entity.md): Retrieves the details of an existing Video Entity. The entity’s id that was returned upon entity creation is required for identifying the exact live entity to be retrieved.
- [Update a video entity](https://docs.uiza.io/2022-06-06/api-reference/video-entities/update-a-video-entity.md): Updates a specified Video entity's name, description,...
- [Delete a video entity](https://docs.uiza.io/2022-06-06/api-reference/video-entities/delete-a-video-entity.md): Permanently deletes a video entity. Once a video entity is deleted, it cannot be undone.
- [List all video entities](https://docs.uiza.io/2022-06-06/api-reference/video-entities/list-all-live-entities.md): Returns a list of existing Video entities in descending order by creation date (the most recently created one is on top)
- [Events](https://docs.uiza.io/2022-06-06/api-reference/events.md)
- [Event Types](https://docs.uiza.io/2022-06-06/api-reference/events/event-types.md)
- [Webhook Endpoints](https://docs.uiza.io/2022-06-06/api-reference/webhook_endpoints.md)
- [Verifying signatures](https://docs.uiza.io/2022-06-06/api-reference/webhook_endpoints/verifying-signatures.md)
- [Create a webhook endpoint](https://docs.uiza.io/2022-06-06/api-reference/webhook_endpoints/create-webhook-endpoint.md): A URL and a secret are required for webhook endpoint creation. While URLs are endpoints where Uiza sends the events to, secrets are used to generate webhook signatures.
- [Update a webhook endpoint](https://docs.uiza.io/2022-06-06/api-reference/webhook_endpoints/update-webhook-endpoint.md): Updates the URL or secret of a webhook endpoint. You could also use this API to enable or disable your webhook endpoints. Any parameters not provided will be left unchanged.
- [Get a webhook endpoint](https://docs.uiza.io/2022-06-06/api-reference/webhook_endpoints/get-a-webhook-endpoint.md)
- [List all webhook endpoint](https://docs.uiza.io/2022-06-06/api-reference/webhook_endpoints/list-all-webhook-endpoint.md)
- [Introduction](https://docs.uiza.io/2022-06-06/sdk-reference/introduction.md)
- [Android SDK](https://docs.uiza.io/2022-06-06/sdk-reference/android-sdk.md)
- [Android Player SDK](https://docs.uiza.io/2022-06-06/sdk-reference/android-sdk/android-player-sdk.md)
- [Android Broadcast SDK](https://docs.uiza.io/2022-06-06/sdk-reference/android-sdk/android-broadcast-sdk.md)
- [iOS SDK](https://docs.uiza.io/2022-06-06/sdk-reference/ios-sdk.md)
- [iOS Player SDK](https://docs.uiza.io/2022-06-06/sdk-reference/ios-sdk/ios-player-sdk.md)
- [iOS Broadcast SDK](https://docs.uiza.io/2022-06-06/sdk-reference/ios-sdk/ios-broadcast-sdk.md)
- [Web Player SDK](https://docs.uiza.io/2022-06-06/sdk-reference/web-player-sdk.md)
- [Flutter SDK](https://docs.uiza.io/2022-06-06/sdk-reference/flutter-sdk.md)
- [Release Notes](https://docs.uiza.io/2022-06-06/api-upgrades/release-notes.md): Release Notes is our update that we share with you our new features, improvements or why we change the API to serve you better so you can easily stay up to date on what’s new.
- [API Changelog](https://docs.uiza.io/2022-06-06/api-upgrades/api-changelog.md): API changelog describes to you what we change on the newest API dated version we've made so you can easily stay up to date on what’s new.

## 2021-09-21

- [Hola! 👋](https://docs.uiza.io/2021-09-21/master.md)
- [Introduction](https://docs.uiza.io/2021-09-21/getting-started/introduction.md)
- [Authentication](https://docs.uiza.io/2021-09-21/getting-started/authentication.md)
- [Errors](https://docs.uiza.io/2021-09-21/getting-started/errors.md): This page describes the error statuses returned by the Uiza APIs
- [Quick Starts](https://docs.uiza.io/2021-09-21/getting-started/quick-starts.md)
- [Live Streaming](https://docs.uiza.io/2021-09-21/getting-started/quick-starts/quickstart.md)
- [Video Streaming](https://docs.uiza.io/2021-09-21/getting-started/quick-starts/video-streaming.md)
- [Pagination](https://docs.uiza.io/2021-09-21/getting-started/pagination.md)
- [Recommended Specifications](https://docs.uiza.io/2021-09-21/getting-started/recommended-specifications.md)
- [Sample Streaming Apps](https://docs.uiza.io/2021-09-21/getting-started/sample-streaming-apps.md)
- [NodeJS Live Streaming App](https://docs.uiza.io/2021-09-21/getting-started/sample-streaming-apps/nodejs-live-streaming-app.md): How to build your live streaming web app with Uiza’s API using React and NodeJS
- [Java Live Streaming App](https://docs.uiza.io/2021-09-21/getting-started/sample-streaming-apps/java-live-streaming-app.md): How to build your live streaming web app with Uiza’s API using React and Java
- [Python Live Streaming App](https://docs.uiza.io/2021-09-21/getting-started/sample-streaming-apps/python-live-streaming-app.md): How to build your live streaming web app with Uiza’s API using Python
- [How to integrate live streaming into an Android App using Uiza’s Live API](https://docs.uiza.io/2021-09-21/getting-started/sample-streaming-apps/how-to-integrate-live-streaming-into-an-android-app-using-uizas-live-api.md)
- [Versioning](https://docs.uiza.io/2021-09-21/getting-started/versioning.md): Uiza API current version is 2020-05-07
- [Live Entities](https://docs.uiza.io/2021-09-21/api-reference/live-entities.md)
- [Create a live entity](https://docs.uiza.io/2021-09-21/api-reference/live-entities/create-a-live-entity.md): To start live streaming, you need to create an Entity object. Once the request is received, Uiza will allocate resources to serve your live stream.
- [Retrieve a live entity](https://docs.uiza.io/2021-09-21/api-reference/live-entities/retrieve-a-live-entity.md): Retrieves the details of an existing Live Entity. The entity’s id that was returned upon entity creation is required for identifying the exact live entity to be retrieved.
- [Update a live entity](https://docs.uiza.io/2021-09-21/api-reference/live-entities/update-a-live-entity.md): Updates a specified live entity's name, description, dvr setting.
- [Delete a live entity](https://docs.uiza.io/2021-09-21/api-reference/live-entities/delete-a-live-entity.md): Permanently deletes a live entity. You need to stop broadcasting from your end to be able to delete a live entity. Once a live entity is deleted, it cannot be undone.
- [List all live entities](https://docs.uiza.io/2021-09-21/api-reference/live-entities/list-all-live-entities.md): Returns a list of existing live entities in descending order by creation date (the most recently created one is on top)
- [Create a live relay](https://docs.uiza.io/2021-09-21/api-reference/live-entities/enable-live-entity-dvr.md): A Relay is ingesting object that contains the information required to access 3rd ingest servers (a.k.a RTMP/broadcast destination). Use the key and url to configure it.
- [Update a live relay](https://docs.uiza.io/2021-09-21/api-reference/live-entities/disable-live-entity-dvr.md)
- [Delete a live relay](https://docs.uiza.io/2021-09-21/api-reference/live-entities/reset-ingest-key.md)
- [Video Entities](https://docs.uiza.io/2021-09-21/api-reference/video-entities.md)
- [Create a video entity](https://docs.uiza.io/2021-09-21/api-reference/video-entities/create-a-video-entity.md): To create your video streaming, you need to create an Entity object.
- [Retrieve a video entity](https://docs.uiza.io/2021-09-21/api-reference/video-entities/retrieve-a-video-entity.md): Retrieves the details of an existing Video Entity. The entity’s id that was returned upon entity creation is required for identifying the exact live entity to be retrieved.
- [Update a video entity](https://docs.uiza.io/2021-09-21/api-reference/video-entities/update-a-video-entity.md): Updates a specified Video entity's name, description,...
- [Delete a video entity](https://docs.uiza.io/2021-09-21/api-reference/video-entities/delete-a-video-entity.md): Permanently deletes a video entity. Once a video entity is deleted, it cannot be undone.
- [List all video entities](https://docs.uiza.io/2021-09-21/api-reference/video-entities/list-all-live-entities.md): Returns a list of existing Video entities in descending order by creation date (the most recently created one is on top)
- [Events](https://docs.uiza.io/2021-09-21/api-reference/events.md)
- [Event Types](https://docs.uiza.io/2021-09-21/api-reference/events/event-types.md)
- [Webhook Endpoints](https://docs.uiza.io/2021-09-21/api-reference/webhook_endpoints.md)
- [Verifying signatures](https://docs.uiza.io/2021-09-21/api-reference/webhook_endpoints/verifying-signatures.md)
- [Create a webhook endpoint](https://docs.uiza.io/2021-09-21/api-reference/webhook_endpoints/create-webhook-endpoint.md): A URL and a secret are required for webhook endpoint creation. While URLs are endpoints where Uiza sends the events to, secrets are used to generate webhook signatures.
- [Update a webhook endpoint](https://docs.uiza.io/2021-09-21/api-reference/webhook_endpoints/update-webhook-endpoint.md): Updates the URL or secret of a webhook endpoint. You could also use this API to enable or disable your webhook endpoints. Any parameters not provided will be left unchanged.
- [Get a webhook endpoint](https://docs.uiza.io/2021-09-21/api-reference/webhook_endpoints/get-a-webhook-endpoint.md)
- [List all webhook endpoint](https://docs.uiza.io/2021-09-21/api-reference/webhook_endpoints/list-all-webhook-endpoint.md)
- [Introduction](https://docs.uiza.io/2021-09-21/sdk-reference/introduction.md)
- [Android SDK](https://docs.uiza.io/2021-09-21/sdk-reference/android-sdk.md)
- [Android Player SDK](https://docs.uiza.io/2021-09-21/sdk-reference/android-sdk/android-player-sdk.md)
- [Android Broadcast SDK](https://docs.uiza.io/2021-09-21/sdk-reference/android-sdk/android-broadcast-sdk.md)
- [iOS SDK](https://docs.uiza.io/2021-09-21/sdk-reference/ios-sdk.md)
- [iOS Player SDK](https://docs.uiza.io/2021-09-21/sdk-reference/ios-sdk/ios-player-sdk.md)
- [iOS Broadcast SDK](https://docs.uiza.io/2021-09-21/sdk-reference/ios-sdk/ios-broadcast-sdk.md)
- [Web Player SDK](https://docs.uiza.io/2021-09-21/sdk-reference/web-player-sdk.md)
- [Flutter SDK](https://docs.uiza.io/2021-09-21/sdk-reference/flutter-sdk.md)
- [Release Notes](https://docs.uiza.io/2021-09-21/api-upgrades/release-notes.md): Release Notes is our update that we share with you our new features, improvements or why we change the API to serve you better so you can easily stay up to date on what’s new.
- [API Changelog](https://docs.uiza.io/2021-09-21/api-upgrades/api-changelog.md): API changelog describes to you what we change on the newest API dated version we've made so you can easily stay up to date on what’s new.

## 2020-07-01

- [Hola! 👋](https://docs.uiza.io/master.md)
- [Introduction](https://docs.uiza.io/getting-started/introduction.md)
- [Authentication](https://docs.uiza.io/getting-started/authentication.md)
- [Errors](https://docs.uiza.io/getting-started/errors.md): This page describes the error statuses returned by the Uiza APIs
- [Quick Starts](https://docs.uiza.io/getting-started/quick-starts.md)
- [Live Streaming](https://docs.uiza.io/getting-started/quick-starts/quickstart.md)
- [Video Streaming](https://docs.uiza.io/getting-started/quick-starts/video-streaming.md)
- [Pagination](https://docs.uiza.io/getting-started/pagination.md)
- [Recommended Specifications](https://docs.uiza.io/getting-started/recommended-specifications.md)
- [Postman Collections](https://docs.uiza.io/getting-started/postman-collections.md)
- [Sample Streaming Apps](https://docs.uiza.io/getting-started/sample-streaming-apps.md)
- [NodeJS Live Streaming App](https://docs.uiza.io/getting-started/sample-streaming-apps/nodejs-live-streaming-app.md): How to build your live streaming web app with Uiza’s API using React and NodeJS
- [Java Live Streaming App](https://docs.uiza.io/getting-started/sample-streaming-apps/java-live-streaming-app.md): How to build your live streaming web app with Uiza’s API using React and Java
- [Python Live Streaming App](https://docs.uiza.io/getting-started/sample-streaming-apps/python-live-streaming-app.md): How to build your live streaming web app with Uiza’s API using Python
- [How to integrate live streaming into an Android App using Uiza’s Live API](https://docs.uiza.io/getting-started/sample-streaming-apps/how-to-integrate-live-streaming-into-an-android-app-using-uizas-live-api.md)
- [Versioning](https://docs.uiza.io/getting-started/versioning.md): Uiza API current version is 2020-05-07
- [Live Entities](https://docs.uiza.io/api-reference/live-entities.md)
- [Create A Live Entity](https://docs.uiza.io/api-reference/live-entities/create-a-live-entity.md): To start live streaming, you need to create an Live Entity object. Once the request is received, Uiza will allocate resources to serve your live stream.
- [Retrieve A Live Entity](https://docs.uiza.io/api-reference/live-entities/retrieve-a-live-entity.md): Retrieves the details of an existing Live Entity. The entity’s id that was returned upon entity creation is required for identifying the exact live entity to be retrieved.
- [Update A Live Entity](https://docs.uiza.io/api-reference/live-entities/update-a-live-entity.md): Updates a specified live entity's name, description, dvr setting, or relays. Any parameters not provided will be left unchanged.
- [\[Deprecated\] Update A Live Entity](https://docs.uiza.io/api-reference/live-entities/deprecated-update-a-live-entity.md): Updates a specified live entity's name and/or description. Any parameters not provided will be left unchanged.
- [Delete A Live Entity](https://docs.uiza.io/api-reference/live-entities/delete-a-live-entity.md): Permanently deletes a live entity. You need to stop broadcasting from your end to be able to delete a live entity. Once a live entity is deleted, it cannot be undone.
- [List All Live Entities](https://docs.uiza.io/api-reference/live-entities/list-all-live-entities.md): Returns a list of existing live entities in descending order by creation date (the most recently created one is on top)
- [\[Deprecated\] Enable Live Entity DVR](https://docs.uiza.io/api-reference/live-entities/enable-live-entity-dvr.md): Enable DVR option for a Live Entity
- [\[Deprecated\] Disable Live Entity DVR](https://docs.uiza.io/api-reference/live-entities/disable-live-entity-dvr.md): Disable DVR option for a Live Entity
- [Reset Ingest Key](https://docs.uiza.io/api-reference/live-entities/reset-ingest-key.md): This endpoint allows you to reset your ingest key
- [Live Sessions](https://docs.uiza.io/api-reference/live-sessions.md)
- [Retrieve A Live Session](https://docs.uiza.io/api-reference/live-sessions/retrieve-a-live-session.md): Retrieves the details of an existing live session. The live session’s id that was returned upon retrieving all live sessions is required for identifying the exact one to be retrieved.
- [List All Live Sessions](https://docs.uiza.io/api-reference/live-sessions/list-all-live-sessions.md): Returns a list of existing live sessions that belong to the requested live entity, in sorted order where the most recently created live session shows up first.
- [Video Entities](https://docs.uiza.io/api-reference/video-entities.md)
- [Retrieve A Video Entity](https://docs.uiza.io/api-reference/video-entities/retrieve-a-video-entity.md): Retrieves the details of an existing video entity. The entity’s id that was returned upon entity creation is required for identifying the exact video entity to be retrieved.
- [Update A Video Entity](https://docs.uiza.io/api-reference/video-entities/update-a-video-entity.md): Updates a specified video entity's name, description, poster and thumbnail imaged. Any parameters not provided will be left unchanged.
- [Publish A Video Entity](https://docs.uiza.io/api-reference/video-entities/publish-a-video-entity.md): Publishes a video entity to Uiza's Content Delivery Network (CDN). Once the video entity is successfully published to Uiza's CDN, it is available to your viewers to watch.
- [Delete A Video Entity](https://docs.uiza.io/api-reference/video-entities/delete-a-video-entity.md): Permanently deletes a video entity. Once a video entity is deleted, it cannot be undone.
- [List All Video Entities](https://docs.uiza.io/api-reference/video-entities/list-all-video-entities.md): Returns a list of existing video entities in sorted order where the most recently created entities show up first.
- [Video Presets](https://docs.uiza.io/api-reference/video-presets.md)
- [Create a Video Preset](https://docs.uiza.io/api-reference/video-presets/create-a-video-preset.md): A live entity and video entity is encoded by attaching a preset. Once a preset is attached to the entity, Uiza will encode the entity according to the profiles in the preset.
- [Retrieve a Video Preset](https://docs.uiza.io/api-reference/video-presets/retrieve-a-video-preset.md): Retrieves the details of an existing video preset. The video preset id is required for retrieval.
- [Update a Video Preset](https://docs.uiza.io/api-reference/video-presets/update-a-video-preset.md): Updates a specific video preset's name and/or description. Any parameters not provided will be left unchanged.
- [Delete a Video Preset](https://docs.uiza.io/api-reference/video-presets/delete-a-video-preset.md): Permanently deletes a video preset. Live streams with the preset will be updated after the current live feed ends. Once a video preset is deleted, it cannot be undone.
- [List all Video Presets](https://docs.uiza.io/api-reference/video-presets/list-all-video-presets.md): Returns a list of existing video presets in descending order by creation date (the most recently created one is on top).
- [Add Profile(s) to Video Preset](https://docs.uiza.io/api-reference/video-presets/add-profile-s-to-video-preset.md): Adds profiles to a video preset. Profiles are given by Uiza and cannot be changed. Maximum number of profiles is determined by User's Tier (Developer - 1, Team - 3, Business - 6).
- [Remove Profile(s) from Video Preset](https://docs.uiza.io/api-reference/video-presets/remove-profile-s-to-video-preset.md): Removes a profile(s) from a video preset. When a preset has 1 profile left, this API cannot be called.
- [Video Profiles](https://docs.uiza.io/api-reference/video-profiles.md)
- [List All Video Profiles](https://docs.uiza.io/api-reference/video-profiles/list-all-video-profiles.md): Returns list of all video profiles given by Uiza.
- [Events](https://docs.uiza.io/api-reference/events.md)
- [Retrieve An Event](https://docs.uiza.io/api-reference/events/retrieve-an-event.md): Retrieves the details of an event. The event’s id that was returned upon retrieving all events is required for identifying the exact one to be retrieved.
- [List All Events](https://docs.uiza.io/api-reference/events/list-all-events.md): Returns a list of all occurred events, in sorted order where the most recently created event shows up first.
- [Event Types](https://docs.uiza.io/api-reference/events/event-types.md)
- [Webhook Endpoints](https://docs.uiza.io/api-reference/webhook_endpoints.md)
- [Create Webhook Endpoint](https://docs.uiza.io/api-reference/webhook_endpoints/create-webhook-endpoint.md): A URL and a secret are required for webhook endpoint creation. While URLs are endpoints where Uiza sends the events to, secrets are used to generate webhook signatures.
- [Retrieve Webhook Endpoint](https://docs.uiza.io/api-reference/webhook_endpoints/retrieve-webhook-endpoint.md): Retrieves the details of an existing webhook. The webhook endpoint's id that was returned upon endpoint creation is required for identifying the exact endpoint.
- [Update Webhook Endpoint](https://docs.uiza.io/api-reference/webhook_endpoints/update-webhook-endpoint.md): Updates the URL or secret of a webhook endpoint. You could also use this API to enable or disable your webhook endpoints. Any parameters not provided will be left unchanged.
- [\[Deprecated\] Update Webhook Endpoint](https://docs.uiza.io/api-reference/webhook_endpoints/deprecated-update-webhook-endpoint.md): Updates the URL or secret of a webhook endpoint. You could also use this API to enable or disable your webhook endpoints. Any parameters not provided will be left unchanged.
- [Delete Webhook Endpoint](https://docs.uiza.io/api-reference/webhook_endpoints/delete-webhook-endpoint.md): Permanently deletes a webhook endpoint. Once a webhook endpoint is deleted, it cannot be undone.
- [List All Webhook Endpoints](https://docs.uiza.io/api-reference/webhook_endpoints/list-all-webhook-endpoints.md): Returns a list of existing webhook endpoints in sorted order where the most recently created endpoints show up first.
- [\[Deprecated\] Enable A Webhook Endpoint](https://docs.uiza.io/api-reference/webhook_endpoints/enable-a-webhook-endpoint.md)
- [\[Deprecated\] Disable A Webhook Endpoint](https://docs.uiza.io/api-reference/webhook_endpoints/disable-a-webhook-endpoint.md)
- [Introduction](https://docs.uiza.io/sdk-reference/introduction.md)
- [Android SDK](https://docs.uiza.io/sdk-reference/android-sdk.md)
- [Android Player SDK](https://docs.uiza.io/sdk-reference/android-sdk/android-player-sdk.md)
- [Android Broadcast SDK](https://docs.uiza.io/sdk-reference/android-sdk/android-broadcast-sdk.md)
- [iOS SDK](https://docs.uiza.io/sdk-reference/ios-sdk.md)
- [iOS Player SDK](https://docs.uiza.io/sdk-reference/ios-sdk/ios-player-sdk.md)
- [iOS Broadcast SDK](https://docs.uiza.io/sdk-reference/ios-sdk/ios-broadcast-sdk.md)
- [Web Player SDK](https://docs.uiza.io/sdk-reference/web-player-sdk.md)
- [Release Notes](https://docs.uiza.io/api-upgrades/release-notes.md): Release Notes is our update that we share with you our new features, improvements or why we change the API to serve you better so you can easily stay up to date on what’s new.
- [API Changelog](https://docs.uiza.io/api-upgrades/api-changelog.md): API changelog describes to you what we change on the newest API dated version we've made so you can easily stay up to date on what’s new.

## 2020-05-28

- [Hola! 👋](https://docs.uiza.io/2020-05-28-1/master.md)
- [Introduction](https://docs.uiza.io/2020-05-28-1/getting-started/introduction.md)
- [Authentication](https://docs.uiza.io/2020-05-28-1/getting-started/authentication.md)
- [Errors](https://docs.uiza.io/2020-05-28-1/getting-started/errors.md): This page describes the error statuses returned by the Uiza APIs
- [Quick Starts](https://docs.uiza.io/2020-05-28-1/getting-started/quick-starts.md)
- [Live Streaming](https://docs.uiza.io/2020-05-28-1/getting-started/quick-starts/quickstart.md)
- [Video Streaming](https://docs.uiza.io/2020-05-28-1/getting-started/quick-starts/video-streaming.md)
- [Pagination](https://docs.uiza.io/2020-05-28-1/getting-started/pagination.md)
- [Recommended Specifications](https://docs.uiza.io/2020-05-28-1/getting-started/recommended-specifications.md)
- [Postman Collections](https://docs.uiza.io/2020-05-28-1/getting-started/postman-collections.md)
- [Sample Streaming Apps](https://docs.uiza.io/2020-05-28-1/getting-started/sample-streaming-apps.md)
- [NodeJS Live Streaming App](https://docs.uiza.io/2020-05-28-1/getting-started/sample-streaming-apps/nodejs-live-streaming-app.md): How to build your live streaming web app with Uiza’s API using React and NodeJS
- [Java Live Streaming App](https://docs.uiza.io/2020-05-28-1/getting-started/sample-streaming-apps/java-live-streaming-app.md): How to build your live streaming web app with Uiza’s API using React and Java
- [Python Live Streaming App](https://docs.uiza.io/2020-05-28-1/getting-started/sample-streaming-apps/python-live-streaming-app.md): How to build your live streaming web app with Uiza’s API using Python
- [How to integrate live streaming into an Android App using Uiza’s Live API](https://docs.uiza.io/2020-05-28-1/getting-started/sample-streaming-apps/how-to-integrate-live-streaming-into-an-android-app-using-uizas-live-api.md)
- [Versioning](https://docs.uiza.io/2020-05-28-1/getting-started/versioning.md): Uiza API current version is 2020-05-07
- [Live Entities](https://docs.uiza.io/2020-05-28-1/api-reference/live-entities.md)
- [Create A Live Entity](https://docs.uiza.io/2020-05-28-1/api-reference/live-entities/create-a-live-entity.md): To start live streaming, you need to create an Live Entity object. Once the request is received, Uiza will allocate resources to serve your live stream.
- [Retrieve A Live Entity](https://docs.uiza.io/2020-05-28-1/api-reference/live-entities/retrieve-a-live-entity.md): Retrieves the details of an existing Live Entity. The entity’s id that was returned upon entity creation is required for identifying the exact live entity to be retrieved.
- [Update A Live Entity](https://docs.uiza.io/2020-05-28-1/api-reference/live-entities/update-a-live-entity.md): Updates a specified live entity's name, description, dvr setting, or relays. Any parameters not provided will be left unchanged.
- [\[Deprecated\] Update A Live Entity](https://docs.uiza.io/2020-05-28-1/api-reference/live-entities/deprecated-update-a-live-entity.md): Updates a specified live entity's name and/or description. Any parameters not provided will be left unchanged.
- [Delete A Live Entity](https://docs.uiza.io/2020-05-28-1/api-reference/live-entities/delete-a-live-entity.md): Permanently deletes a live entity. You need to stop broadcasting from your end to be able to delete a live entity. Once a live entity is deleted, it cannot be undone.
- [List All Live Entities](https://docs.uiza.io/2020-05-28-1/api-reference/live-entities/list-all-live-entities.md): Returns a list of existing live entities in descending order by creation date (the most recently created one is on top)
- [\[Deprecated\] Enable Live Entity DVR](https://docs.uiza.io/2020-05-28-1/api-reference/live-entities/enable-live-entity-dvr.md): Enable DVR option for a Live Entity
- [\[Deprecated\] Disable Live Entity DVR](https://docs.uiza.io/2020-05-28-1/api-reference/live-entities/disable-live-entity-dvr.md): Disable DVR option for a Live Entity
- [Reset Ingest Key](https://docs.uiza.io/2020-05-28-1/api-reference/live-entities/reset-ingest-key.md): This endpoint allows you to reset your ingest key
- [Live Sessions](https://docs.uiza.io/2020-05-28-1/api-reference/live-sessions.md)
- [Retrieve A Live Session](https://docs.uiza.io/2020-05-28-1/api-reference/live-sessions/retrieve-a-live-session.md): Retrieves the details of an existing live session. The live session’s id that was returned upon retrieving all live sessions is required for identifying the exact one to be retrieved.
- [List All Live Sessions](https://docs.uiza.io/2020-05-28-1/api-reference/live-sessions/list-all-live-sessions.md): Returns a list of existing live sessions that belong to the requested live entity, in sorted order where the most recently created live session shows up first.
- [Video Entities](https://docs.uiza.io/2020-05-28-1/api-reference/video-entities.md)
- [Retrieve A Video Entity](https://docs.uiza.io/2020-05-28-1/api-reference/video-entities/retrieve-a-video-entity.md): Retrieves the details of an existing video entity. The entity’s id that was returned upon entity creation is required for identifying the exact video entity to be retrieved.
- [Update A Video Entity](https://docs.uiza.io/2020-05-28-1/api-reference/video-entities/update-a-video-entity.md): Updates a specified video entity's name, description, poster and thumbnail imaged. Any parameters not provided will be left unchanged.
- [Publish A Video Entity](https://docs.uiza.io/2020-05-28-1/api-reference/video-entities/publish-a-video-entity.md): Publishes a video entity to Uiza's Content Delivery Network (CDN). Once the video entity is successfully published to Uiza's CDN, it is available to your viewers to watch.
- [Delete A Video Entity](https://docs.uiza.io/2020-05-28-1/api-reference/video-entities/delete-a-video-entity.md): Permanently deletes a video entity. Once a video entity is deleted, it cannot be undone.
- [List All Video Entities](https://docs.uiza.io/2020-05-28-1/api-reference/video-entities/list-all-video-entities.md): Returns a list of existing video entities in sorted order where the most recently created entities show up first.
- [Video Presets](https://docs.uiza.io/2020-05-28-1/api-reference/video-presets.md)
- [Create a Video Preset](https://docs.uiza.io/2020-05-28-1/api-reference/video-presets/create-a-video-preset.md): A live entity and video entity is encoded by attaching a preset. Once a preset is attached to the entity, Uiza will encode the entity according to the profiles in the preset.
- [Retrieve a Video Preset](https://docs.uiza.io/2020-05-28-1/api-reference/video-presets/retrieve-a-video-preset.md): Retrieves the details of an existing video preset. The video preset id is required for retrieval.
- [Update a Video Preset](https://docs.uiza.io/2020-05-28-1/api-reference/video-presets/update-a-video-preset.md): Updates a specific video preset's name and/or description. Any parameters not provided will be left unchanged.
- [Delete a Video Preset](https://docs.uiza.io/2020-05-28-1/api-reference/video-presets/delete-a-video-preset.md): Permanently deletes a video preset. Live streams with the preset will be updated after the current live feed ends. Once a video preset is deleted, it cannot be undone.
- [List all Video Presets](https://docs.uiza.io/2020-05-28-1/api-reference/video-presets/list-all-video-presets.md): Returns a list of existing video presets in descending order by creation date (the most recently created one is on top).
- [Add Profile(s) to Video Preset](https://docs.uiza.io/2020-05-28-1/api-reference/video-presets/add-profile-s-to-video-preset.md): Adds profiles to a video preset. Profiles are given by Uiza and cannot be changed. Maximum number of profiles is determined by User's Tier (Developer - 1, Team - 3, Business - 6).
- [Remove Profile(s) from Video Preset](https://docs.uiza.io/2020-05-28-1/api-reference/video-presets/remove-profile-s-to-video-preset.md): Removes a profile(s) from a video preset. When a preset has 1 profile left, this API cannot be called.
- [Video Profiles](https://docs.uiza.io/2020-05-28-1/api-reference/video-profiles.md)
- [List All Video Profiles](https://docs.uiza.io/2020-05-28-1/api-reference/video-profiles/list-all-video-profiles.md): Returns list of all video profiles given by Uiza.
- [Events](https://docs.uiza.io/2020-05-28-1/api-reference/events.md)
- [Retrieve An Event](https://docs.uiza.io/2020-05-28-1/api-reference/events/retrieve-an-event.md): Retrieves the details of an event. The event’s id that was returned upon retrieving all events is required for identifying the exact one to be retrieved.
- [List All Events](https://docs.uiza.io/2020-05-28-1/api-reference/events/list-all-events.md): Returns a list of all occurred events, in sorted order where the most recently created event shows up first.
- [Event Types](https://docs.uiza.io/2020-05-28-1/api-reference/events/event-types.md)
- [Webhook Endpoints](https://docs.uiza.io/2020-05-28-1/api-reference/webhook_endpoints.md)
- [Create Webhook Endpoint](https://docs.uiza.io/2020-05-28-1/api-reference/webhook_endpoints/create-webhook-endpoint.md): A URL and a secret are required for webhook endpoint creation. While URLs are endpoints where Uiza sends the events to, secrets are used to generate webhook signatures.
- [Retrieve Webhook Endpoint](https://docs.uiza.io/2020-05-28-1/api-reference/webhook_endpoints/retrieve-webhook-endpoint.md): Retrieves the details of an existing webhook. The webhook endpoint's id that was returned upon endpoint creation is required for identifying the exact endpoint.
- [Update Webhook Endpoint](https://docs.uiza.io/2020-05-28-1/api-reference/webhook_endpoints/update-webhook-endpoint.md): Updates the URL or secret of a webhook endpoint. You could also use this API to enable or disable your webhook endpoints. Any parameters not provided will be left unchanged.
- [\[Deprecated\] Update Webhook Endpoint](https://docs.uiza.io/2020-05-28-1/api-reference/webhook_endpoints/deprecated-update-webhook-endpoint.md): Updates the URL or secret of a webhook endpoint. You could also use this API to enable or disable your webhook endpoints. Any parameters not provided will be left unchanged.
- [Delete Webhook Endpoint](https://docs.uiza.io/2020-05-28-1/api-reference/webhook_endpoints/delete-webhook-endpoint.md): Permanently deletes a webhook endpoint. Once a webhook endpoint is deleted, it cannot be undone.
- [List All Webhook Endpoints](https://docs.uiza.io/2020-05-28-1/api-reference/webhook_endpoints/list-all-webhook-endpoints.md): Returns a list of existing webhook endpoints in sorted order where the most recently created endpoints show up first.
- [\[Deprecated\] Enable A Webhook Endpoint](https://docs.uiza.io/2020-05-28-1/api-reference/webhook_endpoints/enable-a-webhook-endpoint.md)
- [\[Deprecated\] Disable A Webhook Endpoint](https://docs.uiza.io/2020-05-28-1/api-reference/webhook_endpoints/disable-a-webhook-endpoint.md)
- [Introduction](https://docs.uiza.io/2020-05-28-1/sdk-reference/introduction.md)
- [Android SDK](https://docs.uiza.io/2020-05-28-1/sdk-reference/android-sdk.md)
- [Android Player SDK](https://docs.uiza.io/2020-05-28-1/sdk-reference/android-sdk/android-player-sdk.md)
- [Android Broadcast SDK](https://docs.uiza.io/2020-05-28-1/sdk-reference/android-sdk/android-broadcast-sdk.md)
- [iOS SDK](https://docs.uiza.io/2020-05-28-1/sdk-reference/ios-sdk.md)
- [iOS Player SDK](https://docs.uiza.io/2020-05-28-1/sdk-reference/ios-sdk/ios-player-sdk.md)
- [iOS Broadcast SDK](https://docs.uiza.io/2020-05-28-1/sdk-reference/ios-sdk/ios-broadcast-sdk.md)
- [Web Player SDK](https://docs.uiza.io/2020-05-28-1/sdk-reference/web-player-sdk.md)
- [Release Notes](https://docs.uiza.io/2020-05-28-1/api-upgrades/release-notes.md): Release Notes is our update that we share with you our new features, improvements or why we change the API to serve you better so you can easily stay up to date on what’s new.
- [API Changelog](https://docs.uiza.io/2020-05-28-1/api-upgrades/api-changelog.md): API changelog describes to you what we change on the newest API dated version we've made so you can easily stay up to date on what’s new.

## 2020-05-07

- [Hola! 👋](https://docs.uiza.io/2020-05-07-1/master.md)
- [Introduction](https://docs.uiza.io/2020-05-07-1/getting-started/introduction.md)
- [Authentication](https://docs.uiza.io/2020-05-07-1/getting-started/authentication.md)
- [Errors](https://docs.uiza.io/2020-05-07-1/getting-started/errors.md): This page describes the error statuses returned by the Uiza APIs
- [Quick Starts](https://docs.uiza.io/2020-05-07-1/getting-started/quick-starts.md)
- [Live Streaming](https://docs.uiza.io/2020-05-07-1/getting-started/quick-starts/quickstart.md)
- [Video Streaming](https://docs.uiza.io/2020-05-07-1/getting-started/quick-starts/video-streaming.md)
- [Pagination](https://docs.uiza.io/2020-05-07-1/getting-started/pagination.md)
- [Recommended Specifications](https://docs.uiza.io/2020-05-07-1/getting-started/recommended-specifications.md)
- [Postman Collections](https://docs.uiza.io/2020-05-07-1/getting-started/postman-collections.md)
- [Sample Streaming Apps](https://docs.uiza.io/2020-05-07-1/getting-started/sample-streaming-apps.md)
- [NodeJS Live Streaming App](https://docs.uiza.io/2020-05-07-1/getting-started/sample-streaming-apps/nodejs-live-streaming-app.md): How to build your live streaming web app with Uiza’s API using React and NodeJS
- [Java Live Streaming App](https://docs.uiza.io/2020-05-07-1/getting-started/sample-streaming-apps/java-live-streaming-app.md): How to build your live streaming web app with Uiza’s API using React and Java
- [Python Live Streaming App](https://docs.uiza.io/2020-05-07-1/getting-started/sample-streaming-apps/python-live-streaming-app.md): How to build your live streaming web app with Uiza’s API using Python
- [How to integrate live streaming into an Android App using Uiza’s Live API](https://docs.uiza.io/2020-05-07-1/getting-started/sample-streaming-apps/how-to-integrate-live-streaming-into-an-android-app-using-uizas-live-api.md)
- [Versioning](https://docs.uiza.io/2020-05-07-1/getting-started/versioning.md): Uiza API current version is 2020-05-07
- [Live Entities](https://docs.uiza.io/2020-05-07-1/api-reference/live-entities.md)
- [Create A Live Entity](https://docs.uiza.io/2020-05-07-1/api-reference/live-entities/create-a-live-entity.md): To start live streaming, you need to create an Live Entity object. Once the request is received, Uiza will allocate resources to serve your live stream.
- [Retrieve A Live Entity](https://docs.uiza.io/2020-05-07-1/api-reference/live-entities/retrieve-a-live-entity.md): Retrieves the details of an existing Live Entity. The entity’s id that was returned upon entity creation is required for identifying the exact live entity to be retrieved.
- [Update A Live Entity](https://docs.uiza.io/2020-05-07-1/api-reference/live-entities/update-a-live-entity.md): Updates a specified live entity's name, description, dvr setting, or relays. Any parameters not provided will be left unchanged.
- [\[Deprecated\] Update A Live Entity](https://docs.uiza.io/2020-05-07-1/api-reference/live-entities/deprecated-update-a-live-entity.md): Updates a specified live entity's name and/or description. Any parameters not provided will be left unchanged.
- [Delete A Live Entity](https://docs.uiza.io/2020-05-07-1/api-reference/live-entities/delete-a-live-entity.md): Permanently deletes a live entity. You need to stop broadcasting from your end to be able to delete a live entity. Once a live entity is deleted, it cannot be undone.
- [List All Live Entities](https://docs.uiza.io/2020-05-07-1/api-reference/live-entities/list-all-live-entities.md): Returns a list of existing live entities in descending order by creation date (the most recently created one is on top)
- [\[Deprecated\] Enable Live Entity DVR](https://docs.uiza.io/2020-05-07-1/api-reference/live-entities/enable-live-entity-dvr.md): Enable DVR option for a Live Entity
- [\[Deprecated\] Disable Live Entity DVR](https://docs.uiza.io/2020-05-07-1/api-reference/live-entities/disable-live-entity-dvr.md): Disable DVR option for a Live Entity
- [Reset Ingest Key](https://docs.uiza.io/2020-05-07-1/api-reference/live-entities/reset-ingest-key.md): This endpoint allows you to reset your ingest key
- [Live Sessions](https://docs.uiza.io/2020-05-07-1/api-reference/live-sessions.md)
- [Retrieve A Live Session](https://docs.uiza.io/2020-05-07-1/api-reference/live-sessions/retrieve-a-live-session.md): Retrieves the details of an existing live session. The live session’s id that was returned upon retrieving all live sessions is required for identifying the exact one to be retrieved.
- [List All Live Sessions](https://docs.uiza.io/2020-05-07-1/api-reference/live-sessions/list-all-live-sessions.md): Returns a list of existing live sessions that belong to the requested live entity, in sorted order where the most recently created live session shows up first.
- [Video Entities](https://docs.uiza.io/2020-05-07-1/api-reference/video-entities.md)
- [Retrieve A Video Entity](https://docs.uiza.io/2020-05-07-1/api-reference/video-entities/retrieve-a-video-entity.md): Retrieves the details of an existing video entity. The entity’s id that was returned upon entity creation is required for identifying the exact video entity to be retrieved.
- [Update A Video Entity](https://docs.uiza.io/2020-05-07-1/api-reference/video-entities/update-a-video-entity.md): Updates a specified video entity's name, description, poster and thumbnail imaged. Any parameters not provided will be left unchanged.
- [Publish A Video Entity](https://docs.uiza.io/2020-05-07-1/api-reference/video-entities/publish-a-video-entity.md): Publishes a video entity to Uiza's Content Delivery Network (CDN). Once the video entity is successfully published to Uiza's CDN, it is available to your viewers to watch.
- [Delete A Video Entity](https://docs.uiza.io/2020-05-07-1/api-reference/video-entities/delete-a-video-entity.md): Permanently deletes a video entity. Once a video entity is deleted, it cannot be undone.
- [List All Video Entities](https://docs.uiza.io/2020-05-07-1/api-reference/video-entities/list-all-video-entities.md): Returns a list of existing video entities in sorted order where the most recently created entities show up first.
- [Video Presets](https://docs.uiza.io/2020-05-07-1/api-reference/video-presets.md)
- [Create a Video Preset](https://docs.uiza.io/2020-05-07-1/api-reference/video-presets/create-a-video-preset.md): A live entity and video entity is encoded by attaching a preset. Once a preset is attached to the entity, Uiza will encode the entity according to the profiles in the preset.
- [Retrieve a Video Preset](https://docs.uiza.io/2020-05-07-1/api-reference/video-presets/retrieve-a-video-preset.md): Retrieves the details of an existing video preset. The video preset id is required for retrieval.
- [Update a Video Preset](https://docs.uiza.io/2020-05-07-1/api-reference/video-presets/update-a-video-preset.md): Updates a specific video preset's name and/or description. Any parameters not provided will be left unchanged.
- [Delete a Video Preset](https://docs.uiza.io/2020-05-07-1/api-reference/video-presets/delete-a-video-preset.md): Permanently deletes a video preset. Live streams with the preset will be updated after the current live feed ends. Once a video preset is deleted, it cannot be undone.
- [List all Video Presets](https://docs.uiza.io/2020-05-07-1/api-reference/video-presets/list-all-video-presets.md): Returns a list of existing video presets in descending order by creation date (the most recently created one is on top).
- [Add Profile(s) to Video Preset](https://docs.uiza.io/2020-05-07-1/api-reference/video-presets/add-profile-s-to-video-preset.md): Adds profiles to a video preset. Profiles are given by Uiza and cannot be changed. Maximum number of profiles is determined by User's Tier (Developer - 1, Team - 3, Business - 6).
- [Remove Profile(s) from Video Preset](https://docs.uiza.io/2020-05-07-1/api-reference/video-presets/remove-profile-s-to-video-preset.md): Removes a profile(s) from a video preset. When a preset has 1 profile left, this API cannot be called.
- [Video Profiles](https://docs.uiza.io/2020-05-07-1/api-reference/video-profiles.md)
- [List All Video Profiles](https://docs.uiza.io/2020-05-07-1/api-reference/video-profiles/list-all-video-profiles.md): Returns list of all video profiles given by Uiza.
- [Events](https://docs.uiza.io/2020-05-07-1/api-reference/events.md)
- [Retrieve An Event](https://docs.uiza.io/2020-05-07-1/api-reference/events/retrieve-an-event.md): Retrieves the details of an event. The event’s id that was returned upon retrieving all events is required for identifying the exact one to be retrieved.
- [List All Events](https://docs.uiza.io/2020-05-07-1/api-reference/events/list-all-events.md): Returns a list of all occurred events, in sorted order where the most recently created event shows up first.
- [Event Types](https://docs.uiza.io/2020-05-07-1/api-reference/events/event-types.md)
- [Webhook Endpoints](https://docs.uiza.io/2020-05-07-1/api-reference/webhook_endpoints.md)
- [Create Webhook Endpoint](https://docs.uiza.io/2020-05-07-1/api-reference/webhook_endpoints/create-webhook-endpoint.md): A URL and a secret are required for webhook endpoint creation. While URLs are endpoints where Uiza sends the events to, secrets are used to generate webhook signatures.
- [Retrieve Webhook Endpoint](https://docs.uiza.io/2020-05-07-1/api-reference/webhook_endpoints/retrieve-webhook-endpoint.md): Retrieves the details of an existing webhook. The webhook endpoint's id that was returned upon endpoint creation is required for identifying the exact endpoint.
- [Update Webhook Endpoint](https://docs.uiza.io/2020-05-07-1/api-reference/webhook_endpoints/update-webhook-endpoint.md): Updates the URL or secret of a webhook endpoint. You could also use this API to enable or disable your webhook endpoints. Any parameters not provided will be left unchanged.
- [\[Deprecated\] Update Webhook Endpoint](https://docs.uiza.io/2020-05-07-1/api-reference/webhook_endpoints/deprecated-update-webhook-endpoint.md): Updates the URL or secret of a webhook endpoint. You could also use this API to enable or disable your webhook endpoints. Any parameters not provided will be left unchanged.
- [Delete Webhook Endpoint](https://docs.uiza.io/2020-05-07-1/api-reference/webhook_endpoints/delete-webhook-endpoint.md): Permanently deletes a webhook endpoint. Once a webhook endpoint is deleted, it cannot be undone.
- [List All Webhook Endpoints](https://docs.uiza.io/2020-05-07-1/api-reference/webhook_endpoints/list-all-webhook-endpoints.md): Returns a list of existing webhook endpoints in sorted order where the most recently created endpoints show up first.
- [\[Deprecated\] Enable A Webhook Endpoint](https://docs.uiza.io/2020-05-07-1/api-reference/webhook_endpoints/enable-a-webhook-endpoint.md)
- [\[Deprecated\] Disable A Webhook Endpoint](https://docs.uiza.io/2020-05-07-1/api-reference/webhook_endpoints/disable-a-webhook-endpoint.md)
- [Introduction](https://docs.uiza.io/2020-05-07-1/sdk-reference/introduction.md)
- [Android SDK](https://docs.uiza.io/2020-05-07-1/sdk-reference/android-sdk.md)
- [Android Player SDK](https://docs.uiza.io/2020-05-07-1/sdk-reference/android-sdk/android-player-sdk.md)
- [Android Broadcast SDK](https://docs.uiza.io/2020-05-07-1/sdk-reference/android-sdk/android-broadcast-sdk.md)
- [iOS SDK](https://docs.uiza.io/2020-05-07-1/sdk-reference/ios-sdk.md)
- [iOS Player SDK](https://docs.uiza.io/2020-05-07-1/sdk-reference/ios-sdk/ios-player-sdk.md)
- [iOS Broadcast SDK](https://docs.uiza.io/2020-05-07-1/sdk-reference/ios-sdk/ios-broadcast-sdk.md)
- [Web Player SDK](https://docs.uiza.io/2020-05-07-1/sdk-reference/web-player-sdk.md)
- [Release Notes](https://docs.uiza.io/2020-05-07-1/api-upgrades/release-notes.md): Release Notes is our update that we share with you our new features, improvements or why we change the API to serve you better so you can easily stay up to date on what’s new.
- [API Changelog](https://docs.uiza.io/2020-05-07-1/api-upgrades/api-changelog.md): API changelog describes to you what we change on the newest API dated version we've made so you can easily stay up to date on what’s new.

## 2020-04-21

- [Hola! 👋](https://docs.uiza.io/2020-04-21-1/master.md)
- [Introduction](https://docs.uiza.io/2020-04-21-1/getting-started/introduction.md)
- [Authentication](https://docs.uiza.io/2020-04-21-1/getting-started/authentication.md)
- [Errors](https://docs.uiza.io/2020-04-21-1/getting-started/errors.md): This page describes the error statuses returned by the Uiza APIs
- [Quick Starts](https://docs.uiza.io/2020-04-21-1/getting-started/quick-starts.md)
- [Live Streaming](https://docs.uiza.io/2020-04-21-1/getting-started/quick-starts/quickstart.md)
- [Video Streaming](https://docs.uiza.io/2020-04-21-1/getting-started/quick-starts/video-streaming.md)
- [Pagination](https://docs.uiza.io/2020-04-21-1/getting-started/pagination.md)
- [Recommended Specifications](https://docs.uiza.io/2020-04-21-1/getting-started/recommended-specifications.md)
- [Postman Collections](https://docs.uiza.io/2020-04-21-1/getting-started/postman-collections.md)
- [Sample Streaming Apps](https://docs.uiza.io/2020-04-21-1/getting-started/sample-streaming-apps.md)
- [NodeJS Live Streaming App](https://docs.uiza.io/2020-04-21-1/getting-started/sample-streaming-apps/nodejs-live-streaming-app.md): How to build your live streaming web app with Uiza’s API using React and NodeJS
- [Java Live Streaming App](https://docs.uiza.io/2020-04-21-1/getting-started/sample-streaming-apps/java-live-streaming-app.md): How to build your live streaming web app with Uiza’s API using React and Java
- [Python Live Streaming App](https://docs.uiza.io/2020-04-21-1/getting-started/sample-streaming-apps/python-live-streaming-app.md): How to build your live streaming web app with Uiza’s API using Python
- [How to integrate live streaming into an Android App using Uiza’s Live API](https://docs.uiza.io/2020-04-21-1/getting-started/sample-streaming-apps/how-to-integrate-live-streaming-into-an-android-app-using-uizas-live-api.md)
- [Versioning](https://docs.uiza.io/2020-04-21-1/getting-started/versioning.md): Uiza APIs has current version is 2020-03-26
- [Live Entities](https://docs.uiza.io/2020-04-21-1/api-reference/live-entities.md)
- [Create A Live Entity](https://docs.uiza.io/2020-04-21-1/api-reference/live-entities/create-a-live-entity.md): To start live streaming, you need to create an Live Entity object. Once the request is received, Uiza will allocate resources to serve your live stream.
- [Retrieve A Live Entity](https://docs.uiza.io/2020-04-21-1/api-reference/live-entities/retrieve-a-live-entity.md): Retrieves the details of an existing Live Entity. The entity’s id that was returned upon entity creation is required for identifying the exact live entity to be retrieved.
- [Update A Live Entity](https://docs.uiza.io/2020-04-21-1/api-reference/live-entities/update-a-live-entity.md): Updates a specified live entity's name and/or description. Any parameters not provided will be left unchanged.
- [Delete A Live Entity](https://docs.uiza.io/2020-04-21-1/api-reference/live-entities/delete-a-live-entity.md): Permanently deletes a live entity. You need to stop broadcasting from your end to be able to delete a live entity. Once a live entity is deleted, it cannot be undone.
- [List All Live Entities](https://docs.uiza.io/2020-04-21-1/api-reference/live-entities/list-all-live-entities.md): Returns a list of existing live entities in descending order by creation date (the most recently created one is on top)
- [Enable Live Entity DVR](https://docs.uiza.io/2020-04-21-1/api-reference/live-entities/enable-live-entity-dvr.md): Enable DVR option for a Live Entity
- [Disable Live Entity DVR](https://docs.uiza.io/2020-04-21-1/api-reference/live-entities/disable-live-entity-dvr.md): Disable DVR option for a Live Entity
- [Reset Ingest Key](https://docs.uiza.io/2020-04-21-1/api-reference/live-entities/reset-ingest-key.md): This endpoint allows you to reset your ingest key
- [Live Sessions](https://docs.uiza.io/2020-04-21-1/api-reference/live-sessions.md)
- [Retrieve A Live Session](https://docs.uiza.io/2020-04-21-1/api-reference/live-sessions/retrieve-a-live-session.md): Retrieves the details of an existing live session. The live session’s id that was returned upon retrieving all live sessions is required for identifying the exact one to be retrieved.
- [List All Live Sessions](https://docs.uiza.io/2020-04-21-1/api-reference/live-sessions/list-all-live-sessions.md): Returns a list of existing live sessions that belong to the requested live entity, in sorted order where the most recently created live session shows up first.
- [Video Entities](https://docs.uiza.io/2020-04-21-1/api-reference/video-entities.md)
- [Retrieve A Video Entity](https://docs.uiza.io/2020-04-21-1/api-reference/video-entities/retrieve-a-video-entity.md): Retrieves the details of an existing video entity. The entity’s id that was returned upon entity creation is required for identifying the exact video entity to be retrieved.
- [Update A Video Entity](https://docs.uiza.io/2020-04-21-1/api-reference/video-entities/update-a-video-entity.md): Updates a specified video entity's name, description, poster and thumbnail imaged. Any parameters not provided will be left unchanged.
- [Publish A Video Entity](https://docs.uiza.io/2020-04-21-1/api-reference/video-entities/publish-a-video-entity.md): Publishes a video entity to Uiza's Content Delivery Network (CDN). Once the video entity is successfully published to Uiza's CDN, it is available to your viewers to watch.
- [Delete A Video Entity](https://docs.uiza.io/2020-04-21-1/api-reference/video-entities/delete-a-video-entity.md): Permanently deletes a video entity. Once a video entity is deleted, it cannot be undone.
- [List All Video Entities](https://docs.uiza.io/2020-04-21-1/api-reference/video-entities/list-all-video-entities.md): Returns a list of existing video entities in sorted order where the most recently created entities show up first.
- [Video Presets](https://docs.uiza.io/2020-04-21-1/api-reference/video-presets.md)
- [Create a Video Preset](https://docs.uiza.io/2020-04-21-1/api-reference/video-presets/create-a-video-preset.md): A live entity and video entity is encoded by attaching a preset. Once a preset is attached to the entity, Uiza will encode the entity according to the profiles in the preset.
- [Retrieve a Video Preset](https://docs.uiza.io/2020-04-21-1/api-reference/video-presets/retrieve-a-video-preset.md): Retrieves the details of an existing video preset. The video preset id is required for retrieval.
- [Update a Video Preset](https://docs.uiza.io/2020-04-21-1/api-reference/video-presets/update-a-video-preset.md): Updates a specific video preset's name and/or description. Any parameters not provided will be left unchanged.
- [Delete a Video Preset](https://docs.uiza.io/2020-04-21-1/api-reference/video-presets/delete-a-video-preset.md): Permanently deletes a video preset. Live streams with the preset will be updated after the current live feed ends. Once a video preset is deleted, it cannot be undone.
- [List all Video Presets](https://docs.uiza.io/2020-04-21-1/api-reference/video-presets/list-all-video-presets.md): Returns a list of existing video presets in descending order by creation date (the most recently created one is on top).
- [Add Profile(s) to Video Preset](https://docs.uiza.io/2020-04-21-1/api-reference/video-presets/add-profile-s-to-video-preset.md): Adds profiles to a video preset. Profiles are given by Uiza and cannot be changed. Maximum number of profiles is determined by User's Tier (Developer - 1, Team - 3, Business - 6).
- [Remove Profile(s) from Video Preset](https://docs.uiza.io/2020-04-21-1/api-reference/video-presets/remove-profile-s-to-video-preset.md): Removes a profile(s) from a video preset. When a preset has 1 profile left, this API cannot be called.
- [Video Profiles](https://docs.uiza.io/2020-04-21-1/api-reference/video-profiles.md)
- [List All Video Profiles](https://docs.uiza.io/2020-04-21-1/api-reference/video-profiles/list-all-video-profiles.md): Returns list of all video profiles given by Uiza.
- [Events](https://docs.uiza.io/2020-04-21-1/api-reference/events.md)
- [Retrieve An Event](https://docs.uiza.io/2020-04-21-1/api-reference/events/retrieve-an-event.md): Retrieves the details of an event. The event’s id that was returned upon retrieving all events is required for identifying the exact one to be retrieved.
- [List All Events](https://docs.uiza.io/2020-04-21-1/api-reference/events/list-all-events.md): Returns a list of all occurred events, in sorted order where the most recently created event shows up first.
- [Event Types](https://docs.uiza.io/2020-04-21-1/api-reference/events/event-types.md)
- [Webhook Endpoints](https://docs.uiza.io/2020-04-21-1/api-reference/webhook_endpoints.md)
- [Create Webhook Endpoint](https://docs.uiza.io/2020-04-21-1/api-reference/webhook_endpoints/create-webhook-endpoint.md): A URL and a secret are required for webhook endpoint creation. While URLs are endpoints where Uiza sends the events to, secrets are used to generate webhook signatures.
- [Retrieve Webhook Endpoint](https://docs.uiza.io/2020-04-21-1/api-reference/webhook_endpoints/retrieve-webhook-endpoint.md): Retrieves the details of an existing webhook. The webhook endpoint's id that was returned upon endpoint creation is required for identifying the exact endpoint.
- [Update Webhook Endpoint](https://docs.uiza.io/2020-04-21-1/api-reference/webhook_endpoints/update-webhook-endpoint.md): Updates the URL or secret of a webhook endpoint. You could also use this API to enable or disable your webhook endpoints. Any parameters not provided will be left unchanged.
- [Delete Webhook Endpoint](https://docs.uiza.io/2020-04-21-1/api-reference/webhook_endpoints/delete-webhook-endpoint.md): Permanently deletes a webhook endpoint. Once a webhook endpoint is deleted, it cannot be undone.
- [List All Webhook Endpoints](https://docs.uiza.io/2020-04-21-1/api-reference/webhook_endpoints/list-all-webhook-endpoints.md): Returns a list of existing webhook endpoints in sorted order where the most recently created endpoints show up first.
- [Enable A Webhook Endpoint](https://docs.uiza.io/2020-04-21-1/api-reference/webhook_endpoints/enable-a-webhook-endpoint.md)
- [Disable A Webhook Endpoint](https://docs.uiza.io/2020-04-21-1/api-reference/webhook_endpoints/disable-a-webhook-endpoint.md)
- [Introduction](https://docs.uiza.io/2020-04-21-1/sdk-reference/introduction.md)
- [Android SDK](https://docs.uiza.io/2020-04-21-1/sdk-reference/android-sdk.md)
- [Android Player SDK](https://docs.uiza.io/2020-04-21-1/sdk-reference/android-sdk/android-player-sdk.md)
- [Android Broadcast SDK](https://docs.uiza.io/2020-04-21-1/sdk-reference/android-sdk/android-broadcast-sdk.md)
- [iOS SDK](https://docs.uiza.io/2020-04-21-1/sdk-reference/ios-sdk.md)
- [iOS Player SDK](https://docs.uiza.io/2020-04-21-1/sdk-reference/ios-sdk/ios-player-sdk.md)
- [iOS Broadcast SDK](https://docs.uiza.io/2020-04-21-1/sdk-reference/ios-sdk/ios-broadcast-sdk.md)
- [Web Player SDK](https://docs.uiza.io/2020-04-21-1/sdk-reference/web-player-sdk.md)
- [Release Notes](https://docs.uiza.io/2020-04-21-1/api-upgrades/release-notes.md): Release Notes is our update that we share with you our new features, improvements or why we change the API to serve you better so you can easily stay up to date on what’s new.
- [API Changelog](https://docs.uiza.io/2020-04-21-1/api-upgrades/api-changelog.md): API changelog describes to you what we change on the newest API dated version we've made so you can easily stay up to date on what’s new.

## 2020-03-26

- [Hola! 👋](https://docs.uiza.io/2020-03-26-1/master.md)
- [Introduction](https://docs.uiza.io/2020-03-26-1/getting-started/introduction.md)
- [Authentication](https://docs.uiza.io/2020-03-26-1/getting-started/authentication.md)
- [Errors](https://docs.uiza.io/2020-03-26-1/getting-started/errors.md): This page describes the error statuses returned by the Uiza APIs
- [Quick Starts](https://docs.uiza.io/2020-03-26-1/getting-started/quick-starts.md)
- [Live Streaming](https://docs.uiza.io/2020-03-26-1/getting-started/quick-starts/quickstart.md)
- [Video Streaming](https://docs.uiza.io/2020-03-26-1/getting-started/quick-starts/video-streaming.md)
- [Pagination](https://docs.uiza.io/2020-03-26-1/getting-started/pagination.md)
- [Recommended Specifications](https://docs.uiza.io/2020-03-26-1/getting-started/recommended-specifications.md)
- [Postman Collections](https://docs.uiza.io/2020-03-26-1/getting-started/postman-collections.md)
- [Sample Streaming Apps](https://docs.uiza.io/2020-03-26-1/getting-started/sample-streaming-apps.md)
- [NodeJS Live Streaming App](https://docs.uiza.io/2020-03-26-1/getting-started/sample-streaming-apps/nodejs-live-streaming-app.md): How to build your live streaming web app with Uiza’s API using React and NodeJS
- [Java Live Streaming App](https://docs.uiza.io/2020-03-26-1/getting-started/sample-streaming-apps/java-live-streaming-app.md): How to build your live streaming web app with Uiza’s API using React and Java
- [Python Live Streaming App](https://docs.uiza.io/2020-03-26-1/getting-started/sample-streaming-apps/python-live-streaming-app.md): How to build your live streaming web app with Uiza’s API using Python
- [How to integrate live streaming into an Android App using Uiza’s Live API](https://docs.uiza.io/2020-03-26-1/getting-started/sample-streaming-apps/how-to-integrate-live-streaming-into-an-android-app-using-uizas-live-api.md)
- [Versioning](https://docs.uiza.io/2020-03-26-1/getting-started/versioning.md): Uiza APIs has current version is 2020-03-26
- [Live Entities](https://docs.uiza.io/2020-03-26-1/api-reference/live-entities.md)
- [Create A Live Entity](https://docs.uiza.io/2020-03-26-1/api-reference/live-entities/create-a-live-entity.md): To start live streaming, you need to create an Live Entity object. Once the request is received, Uiza will allocate resources to serve your live stream.
- [Retrieve A Live Entity](https://docs.uiza.io/2020-03-26-1/api-reference/live-entities/retrieve-a-live-entity.md): Retrieves the details of an existing Live Entity. The entity’s id that was returned upon entity creation is required for identifying the exact live entity to be retrieved.
- [Update A Live Entity](https://docs.uiza.io/2020-03-26-1/api-reference/live-entities/update-a-live-entity.md): Updates a specified live entity's name and/or description. Any parameters not provided will be left unchanged.
- [Delete A Live Entity](https://docs.uiza.io/2020-03-26-1/api-reference/live-entities/delete-a-live-entity.md): Permanently deletes a live entity. You need to stop broadcasting from your end to be able to delete a live entity. Once a live entity is deleted, it cannot be undone.
- [List All Live Entities](https://docs.uiza.io/2020-03-26-1/api-reference/live-entities/list-all-live-entities.md): Returns a list of existing live entities in descending order by creation date (the most recently created one is on top)
- [Enable Live Entity DVR](https://docs.uiza.io/2020-03-26-1/api-reference/live-entities/enable-live-entity-dvr.md): Enable DVR option for a Live Entity
- [Disable Live Entity DVR](https://docs.uiza.io/2020-03-26-1/api-reference/live-entities/disable-live-entity-dvr.md): Disable DVR option for a Live Entity
- [Live Sessions](https://docs.uiza.io/2020-03-26-1/api-reference/live-sessions.md)
- [Retrieve A Live Session](https://docs.uiza.io/2020-03-26-1/api-reference/live-sessions/retrieve-a-live-session.md): Retrieves the details of an existing live session. The live session’s id that was returned upon retrieving all live sessions is required for identifying the exact one to be retrieved.
- [List All Live Sessions](https://docs.uiza.io/2020-03-26-1/api-reference/live-sessions/list-all-live-sessions.md): Returns a list of existing live sessions that belong to the requested live entity, in sorted order where the most recently created live session shows up first.
- [Video Entities](https://docs.uiza.io/2020-03-26-1/api-reference/video-entities.md)
- [Retrieve A Video Entity](https://docs.uiza.io/2020-03-26-1/api-reference/video-entities/retrieve-a-video-entity.md): Retrieves the details of an existing video entity. The entity’s id that was returned upon entity creation is required for identifying the exact video entity to be retrieved.
- [Update A Video Entity](https://docs.uiza.io/2020-03-26-1/api-reference/video-entities/update-a-video-entity.md): Updates a specified video entity's name, description, poster and thumbnail imaged. Any parameters not provided will be left unchanged.
- [Publish A Video Entity](https://docs.uiza.io/2020-03-26-1/api-reference/video-entities/publish-a-video-entity.md): Publishes a video entity to Uiza's Content Delivery Network (CDN). Once the video entity is successfully published to Uiza's CDN, it is available to your viewers to watch.
- [Delete A Video Entity](https://docs.uiza.io/2020-03-26-1/api-reference/video-entities/delete-a-video-entity.md): Permanently deletes a video entity. Once a video entity is deleted, it cannot be undone.
- [List All Video Entities](https://docs.uiza.io/2020-03-26-1/api-reference/video-entities/list-all-video-entities.md): Returns a list of existing video entities in sorted order where the most recently created entities show up first.
- [Video Presets](https://docs.uiza.io/2020-03-26-1/api-reference/video-presets.md)
- [Create a Video Preset](https://docs.uiza.io/2020-03-26-1/api-reference/video-presets/create-a-video-preset.md): A live entity and video entity is encoded by attaching a preset. Once a preset is attached to the entity, Uiza will encode the entity according to the profiles in the preset.
- [Retrieve a Video Preset](https://docs.uiza.io/2020-03-26-1/api-reference/video-presets/retrieve-a-video-preset.md): Retrieves the details of an existing video preset. The video preset id is required for retrieval.
- [Update a Video Preset](https://docs.uiza.io/2020-03-26-1/api-reference/video-presets/update-a-video-preset.md): Updates a specific video preset's name and/or description. Any parameters not provided will be left unchanged.
- [Delete a Video Preset](https://docs.uiza.io/2020-03-26-1/api-reference/video-presets/delete-a-video-preset.md): Permanently deletes a video preset. Live streams with the preset will be updated after the current live feed ends. Once a video preset is deleted, it cannot be undone.
- [List all Video Presets](https://docs.uiza.io/2020-03-26-1/api-reference/video-presets/list-all-video-presets.md): Returns a list of existing video presets in descending order by creation date (the most recently created one is on top).
- [Add Profile(s) to Video Preset](https://docs.uiza.io/2020-03-26-1/api-reference/video-presets/add-profile-s-to-video-preset.md): Adds profiles to a video preset. Profiles are given by Uiza and cannot be changed. Maximum number of profiles is determined by User's Tier (Developer - 1, Team - 3, Business - 6).
- [Remove Profile(s) from Video Preset](https://docs.uiza.io/2020-03-26-1/api-reference/video-presets/remove-profile-s-to-video-preset.md): Removes a profile(s) from a video preset. When a preset has 1 profile left, this API cannot be called.
- [Video Profiles](https://docs.uiza.io/2020-03-26-1/api-reference/video-profiles.md)
- [List All Video Profiles](https://docs.uiza.io/2020-03-26-1/api-reference/video-profiles/list-all-video-profiles.md): Returns list of all video profiles given by Uiza.
- [Events](https://docs.uiza.io/2020-03-26-1/api-reference/events.md)
- [Retrieve An Event](https://docs.uiza.io/2020-03-26-1/api-reference/events/retrieve-an-event.md): Retrieves the details of an event. The event’s id that was returned upon retrieving all events is required for identifying the exact one to be retrieved.
- [List All Events](https://docs.uiza.io/2020-03-26-1/api-reference/events/list-all-events.md): Returns a list of all occurred events, in sorted order where the most recently created event shows up first.
- [Event Types](https://docs.uiza.io/2020-03-26-1/api-reference/events/event-types.md)
- [Webhook Endpoints](https://docs.uiza.io/2020-03-26-1/api-reference/webhook_endpoints.md)
- [Create Webhook Endpoint](https://docs.uiza.io/2020-03-26-1/api-reference/webhook_endpoints/create-webhook-endpoint.md): A URL and a secret are required for webhook endpoint creation. While URLs are endpoints where Uiza sends the events to, secrets are used to generate webhook signatures.
- [Retrieve Webhook Endpoint](https://docs.uiza.io/2020-03-26-1/api-reference/webhook_endpoints/retrieve-webhook-endpoint.md): Retrieves the details of an existing webhook. The webhook endpoint's id that was returned upon endpoint creation is required for identifying the exact endpoint.
- [Update Webhook Endpoint](https://docs.uiza.io/2020-03-26-1/api-reference/webhook_endpoints/update-webhook-endpoint.md): Updates the URL or secret of a webhook endpoint. You could also use this API to enable or disable your webhook endpoints. Any parameters not provided will be left unchanged.
- [Delete Webhook Endpoint](https://docs.uiza.io/2020-03-26-1/api-reference/webhook_endpoints/delete-webhook-endpoint.md): Permanently deletes a webhook endpoint. Once a webhook endpoint is deleted, it cannot be undone.
- [List All Webhook Endpoints](https://docs.uiza.io/2020-03-26-1/api-reference/webhook_endpoints/list-all-webhook-endpoints.md): Returns a list of existing webhook endpoints in sorted order where the most recently created endpoints show up first.
- [Enable A Webhook Endpoint](https://docs.uiza.io/2020-03-26-1/api-reference/webhook_endpoints/enable-a-webhook-endpoint.md)
- [Disable A Webhook Endpoint](https://docs.uiza.io/2020-03-26-1/api-reference/webhook_endpoints/disable-a-webhook-endpoint.md)
- [Introduction](https://docs.uiza.io/2020-03-26-1/sdk-reference/introduction.md)
- [Android SDK](https://docs.uiza.io/2020-03-26-1/sdk-reference/android-sdk.md)
- [Android Player SDK](https://docs.uiza.io/2020-03-26-1/sdk-reference/android-sdk/android-player-sdk.md)
- [Android Broadcast SDK](https://docs.uiza.io/2020-03-26-1/sdk-reference/android-sdk/android-broadcast-sdk.md)
- [iOS SDK](https://docs.uiza.io/2020-03-26-1/sdk-reference/ios-sdk.md)
- [iOS Player SDK](https://docs.uiza.io/2020-03-26-1/sdk-reference/ios-sdk/ios-player-sdk.md)
- [iOS Broadcast SDK](https://docs.uiza.io/2020-03-26-1/sdk-reference/ios-sdk/ios-broadcast-sdk.md)
- [Web Player SDK](https://docs.uiza.io/2020-03-26-1/sdk-reference/web-player-sdk.md)
- [Release Notes](https://docs.uiza.io/2020-03-26-1/api-upgrades/release-notes.md): Release Notes is our update that we share with you our new features, improvements or why we change the API to serve you better so you can easily stay up to date on what’s new.
- [API Changelog](https://docs.uiza.io/2020-03-26-1/api-upgrades/api-changelog.md): API changelog describes to you what we change on the newest API dated version we've made so you can easily stay up to date on what’s new.
