# Video SDK APIs to ingest RTMP streaming video ## Added - New **Sessions** APIs: - `POST /v2/videosdk/stream_ingestions` - `POST /v2/accounts/{accountId}/videosdk/stream_ingestions` - `GET /v2/videosdk/stream_ingestions` - `GET /v2/accounts/{accountId}/videosdk/stream_ingestions` - `GET /v2/videosdk/sessions/{sessionId}/stream_ingestions` - `GET /v2/videosdk/stream_ingestions/{streamId}` - `GET /v2/accounts/{accountId}/videosdk/stream_ingestions/{streamId}` - `PATCH /v2/videosdk/stream_ingestions/{streamId}` - `PATCH /v2/accounts/{accountId}/videosdk/stream_ingestions/{streamId}` - `DELETE /v2/videosdk/stream_ingestions/{streamId}` - `DELETE /v2/accounts/{accountId}/videosdk/stream_ingestions/{streamId}` ## Updated - New `stream_ingestion_stream_id` request field in the following **Sessions** APIs: - `PATCH /v2/accounts/{accountId}/videosdk/sessions/{sessionId}/events` - `PATCH /v2/videosdk/sessions/{sessionId}/events`