# Live Events

The Live Events API allows you to create and manage live events.

## Key Differences with this API

- properties.encoding.keyFrameInterval bounds are 1-10s, not 0.5-20s. This has little impact in practice, but API calls may fail if the value is out of bounds.

### API Endpoints

- [getList Live Events/api/v1/projects/{project_name}/media/liveEvents](https://docs.mediakind.com/api-reference/media-api/live-events/list-live-events)  
- [getRetrieve a live event/api/v1/projects/{project_name}/media/liveEvents/{event_name}](https://docs.mediakind.com/api-reference/media-api/live-events/retrieve-a-live-event)  
- [putCreate a live event/api/v1/projects/{project_name}/media/liveEvents/{event_name}](https://docs.mediakind.com/api-reference/media-api/live-events/create-a-live-event)  
- [patchUpdate a Live Event/api/v1/projects/{project_name}/media/liveEvents/{event_name}](https://docs.mediakind.com/api-reference/media-api/live-events/update-a-live-event)  
- [delDelete a Live Event/api/v1/projects/{project_name}/media/liveEvents/{event_name}](https://docs.mediakind.com/api-reference/media-api/live-events/delete-a-live-event)  
- [postAllocate a Live Event/api/v1/projects/{project_name}/media/liveEvents/{event_name}/allocate](https://docs.mediakind.com/api-reference/media-api/live-events/allocate-a-live-event)  
- [getGet resource state/api/v1/projects/{project_name}/media/liveEvents/{event_name}/liveOutputs/{output_name}/state](https://docs.mediakind.com/api-reference/media-api/live-events/get-resource-state)  
- [postReset a Live Event/api/v1/projects/{project_name}/media/liveEvents/{event_name}/reset](https://docs.mediakind.com/api-reference/media-api/live-events/reset-a-live-event)  
- [postStart a Live Event/api/v1/projects/{project_name}/media/liveEvents/{event_name}/start](https://docs.mediakind.com/api-reference/media-api/live-events/start-a-live-event)  
- [getGet resource state/api/v1/projects/{project_name}/media/liveEvents/{event_name}/state](https://docs.mediakind.com/api-reference/media-api/live-events/get-resource-state-get)  
- [postStop a Live Event/api/v1/projects/{project_name}/media/liveEvents/{event_name}/stop](https://docs.mediakind.com/api-reference/media-api/live-events/stop-a-live-event)
