Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.0.5"
".": "1.0.6"
}
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [1.0.6](https://github.com/gumlet/python-sdk/compare/v1.0.5...v1.0.6) (2026-09-21)


### Chores

* **api:** update generated SDK content ([2eb4c7e](https://github.com/gumlet/python-sdk/commit/2eb4c7e2e70a942e6a70cb823778971720fca95b))
* **api:** update generated SDK content ([687091f](https://github.com/gumlet/python-sdk/commit/687091f7e8d5d5b3ad53cf7903d2994b9fae851c))
* **api:** update generated SDK content ([7a90920](https://github.com/gumlet/python-sdk/commit/7a9092023d74162fad2033615b58a76952866d9e))

## [1.0.5](https://github.com/gumlet/python-sdk/compare/v1.0.4...v1.0.5) (2026-09-21)


Expand Down
10 changes: 5 additions & 5 deletions api.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ Upload, manage, and retrieve video assets, including thumbnails, subtitles, audi

### Create Asset

An asset refers to a media content/video that is processed, stored, and delivered through Gumlet. This endpoint creates an asset allowing users to ingest media content into the Gumlet system for processing and delivery.
An asset refers to media content/video that is processed, stored, and delivered through Gumlet. This endpoint creates an asset allowing users to ingest media content into the Gumlet system for processing and delivery.

| Direction | Type |
| --- | --- |
Expand All @@ -153,7 +153,7 @@ video_asset = client.video_assets.create(

### Create Asset Direct Upload

This endpoint creates a video asset allowing to upload of the video from the local file system and ingest media content into the Gumlet system for processing and delivery.Body Parameters are the same as the Create Asset Body Parameters except for the `input` parameter which this endpoint does not take.A successful response will be returned with `upload_url` field. You can make `PUT` request to that URL to upload video. To upload video using `upload_url` refer to [this](https://docs.gumlet.com/docs/direct-upload#2-use-the-url-to-upload-a-file).
This endpoint creates a video asset allowing upload of a video from the local file system and ingest media content into the Gumlet system for processing and delivery. Body parameters are the same as the Create Asset body parameters except for the `input` parameter, which this endpoint does not take. A successful response will be returned with `upload_url` field. You can make `PUT` request to that URL to upload video. To upload video using `upload_url` refer to [this](https://docs.gumlet.com/docs/direct-upload#2-use-the-url-to-upload-a-file).

| Direction | Type |
| --- | --- |
Expand Down Expand Up @@ -373,7 +373,7 @@ Add subtitles to an existing asset.

### Upload Subtitles

Upload `.srt` or `.vtt` file to the video asset. The response of this API call gives `upload_url` for each language specified. You need to send a `PUT` request of the subtitle files to those URLs. Once that's done, you need to call the subtitle upload complete API. Only after that, Gumlet will add subtitles to asset.
Upload `.srt` or `.vtt` file to the video asset. The response of this API call gives `upload_url` for each language specified. You need to send a `PUT` request of the subtitle files to those URLs. Once that's done, you need to call the subtitle upload complete API. Only after that, Gumlet will add subtitles to asset.

| Direction | Type |
| --- | --- |
Expand Down Expand Up @@ -976,7 +976,7 @@ Create, control, and monitor live stream assets.

### Create Live Asset

A live asset refers to a media content/video that is live-streamed through Gumlet. This endpoint creates a live streaming asset allowing users to live stream a video that will be pushed to Gumlet.
A live asset refers to media content/video that is live-streamed through Gumlet. This endpoint creates a live streaming asset allowing users to live stream a video that will be pushed to Gumlet.

| Direction | Type |
| --- | --- |
Expand All @@ -992,7 +992,7 @@ live_stream_asset = client.live_stream_assets.create(

### Update Live Asset

A live asset refers to a media content/video that is live-streamed through Gumlet. This endpoint allows user to update a live streaming asset.
A live asset refers to media content/video that is live-streamed through Gumlet. This endpoint allows users to update a live streaming asset.

| Direction | Type |
| --- | --- |
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "gumlet"
version = "1.0.5" # x-release-please-version
version = "1.0.6" # x-release-please-version
description = "Gumlet helps developers deliver online video and images. This API encompasses Gumlet Video, Image and Video Analytics functionality to help you build your products better and faster than ever before."
readme = "README.md"
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion src/gumlet/_version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# File generated from our OpenAPI spec by Scalar. See README.md for details.

__title__ = "gumlet"
__version__ = "1.0.5" # x-release-please-version
__version__ = "1.0.6" # x-release-please-version
4 changes: 2 additions & 2 deletions src/gumlet/resources/audio_upload.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ def upload(

Args:
asset_id: An asset id for the previously created asset.
language_codes: List of language Code to upload audio file (use <a href='https://en.wikipedia.org/wiki/List_of_ISO_639_language_codes'> ISO 639-1 </a> Language Codes)
language_codes: List of language codes to upload audio file (use <a href='https://en.wikipedia.org/wiki/List_of_ISO_639_language_codes'> ISO 639-1 </a> Language Codes)
extra_headers: Send extra headers with the request.
extra_query: Send extra query parameters with the request.
extra_body: Send extra JSON properties with the request.
Expand Down Expand Up @@ -160,7 +160,7 @@ async def upload(

Args:
asset_id: An asset id for the previously created asset.
language_codes: List of language Code to upload audio file (use <a href='https://en.wikipedia.org/wiki/List_of_ISO_639_language_codes'> ISO 639-1 </a> Language Codes)
language_codes: List of language codes to upload audio file (use <a href='https://en.wikipedia.org/wiki/List_of_ISO_639_language_codes'> ISO 639-1 </a> Language Codes)
extra_headers: Send extra headers with the request.
extra_query: Send extra query parameters with the request.
extra_body: Send extra JSON properties with the request.
Expand Down
4 changes: 2 additions & 2 deletions src/gumlet/resources/image_usage_analytics.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ def retrieve(
This endpoint helps you get image analytics data like bandwidth consumption, request count, CDN hit ratio, etc.

Args:
metrics: Define the metric you need the data for, currently we support "bandwidth_consumption", "requests_count","status_4xx","status_5xx","avg_response_time""
metrics: Define the metric you need the data for. Currently we support `bandwidth_consumption`, `requests_count`, `status_4xx`, `status_5xx`, and `avg_response_time`.
date_range: The timeframe to get the data for. Currently we only support a maximum of 30 days between `start_at` and `end_at`.
group_by: Body parameter.
filters: Body parameter.
Expand Down Expand Up @@ -153,7 +153,7 @@ async def retrieve(
This endpoint helps you get image analytics data like bandwidth consumption, request count, CDN hit ratio, etc.

Args:
metrics: Define the metric you need the data for, currently we support "bandwidth_consumption", "requests_count","status_4xx","status_5xx","avg_response_time""
metrics: Define the metric you need the data for. Currently we support `bandwidth_consumption`, `requests_count`, `status_4xx`, `status_5xx`, and `avg_response_time`.
date_range: The timeframe to get the data for. Currently we only support a maximum of 30 days between `start_at` and `end_at`.
group_by: Body parameter.
filters: Body parameter.
Expand Down
20 changes: 10 additions & 10 deletions src/gumlet/resources/live_stream_assets.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,11 +63,11 @@ def create(
timeout: float | httpx.Timeout | None | NotGiven = not_given,
) -> LiveStreamAssetCreateResponse:
"""
A live asset refers to a media content/video that is live-streamed through Gumlet. This endpoint creates a live streaming asset allowing users to live stream a video that will be pushed to Gumlet.
A live asset refers to media content/video that is live-streamed through Gumlet. This endpoint creates a live streaming asset allowing users to live stream a video that will be pushed to Gumlet.

Args:
live_source_id: Gumlet live video source/collection id.
resolution: Required resolutions in HLS delivery format for live stream. Can be an array of string out of the following values: `240p`, `360p`, `480p`, `540p`, `720p`, and `1080p`. Re-sized rendition will retain the input aspect ratio.
resolution: Required resolutions in HLS delivery format for live stream. Can be an array of string out of the following values: `240p`, `360p`, `480p`, `540p`, `720p`, and `1080p`. Resized rendition will retain the input aspect ratio.
title: Your live stream asset title
mp4_access: Creates <code>MP4</code> version for download purpose.
orientation: Body parameter.
Expand Down Expand Up @@ -121,7 +121,7 @@ def update(
timeout: float | httpx.Timeout | None | NotGiven = not_given,
) -> LiveStreamAssetUpdateResponse:
"""
A live asset refers to a media content/video that is live-streamed through Gumlet. This endpoint allows user to update a live streaming asset.
A live asset refers to media content/video that is live-streamed through Gumlet. This endpoint allows users to update a live streaming asset.

Args:
live_asset_id: Gumlet live video asset id.
Expand Down Expand Up @@ -173,7 +173,7 @@ def retrieve_status(
This endpoint retrieves the details of a live video asset that has previously been created.

Args:
live_asset_id: An live asset id for the previously created asset.
live_asset_id: A live asset id for the previously created asset.
extra_headers: Send extra headers with the request.
extra_query: Send extra query parameters with the request.
extra_body: Send extra JSON properties with the request.
Expand Down Expand Up @@ -438,7 +438,7 @@ def status_history(
This endpoint retrieves the history of a live video asset that has previously been created.

Args:
live_asset_id: An live asset id for the previously created asset.
live_asset_id: A live asset id for the previously created asset.
extra_headers: Send extra headers with the request.
extra_query: Send extra query parameters with the request.
extra_body: Send extra JSON properties with the request.
Expand Down Expand Up @@ -491,11 +491,11 @@ async def create(
timeout: float | httpx.Timeout | None | NotGiven = not_given,
) -> LiveStreamAssetCreateResponse:
"""
A live asset refers to a media content/video that is live-streamed through Gumlet. This endpoint creates a live streaming asset allowing users to live stream a video that will be pushed to Gumlet.
A live asset refers to media content/video that is live-streamed through Gumlet. This endpoint creates a live streaming asset allowing users to live stream a video that will be pushed to Gumlet.

Args:
live_source_id: Gumlet live video source/collection id.
resolution: Required resolutions in HLS delivery format for live stream. Can be an array of string out of the following values: `240p`, `360p`, `480p`, `540p`, `720p`, and `1080p`. Re-sized rendition will retain the input aspect ratio.
resolution: Required resolutions in HLS delivery format for live stream. Can be an array of string out of the following values: `240p`, `360p`, `480p`, `540p`, `720p`, and `1080p`. Resized rendition will retain the input aspect ratio.
title: Your live stream asset title
mp4_access: Creates <code>MP4</code> version for download purpose.
orientation: Body parameter.
Expand Down Expand Up @@ -549,7 +549,7 @@ async def update(
timeout: float | httpx.Timeout | None | NotGiven = not_given,
) -> LiveStreamAssetUpdateResponse:
"""
A live asset refers to a media content/video that is live-streamed through Gumlet. This endpoint allows user to update a live streaming asset.
A live asset refers to media content/video that is live-streamed through Gumlet. This endpoint allows users to update a live streaming asset.

Args:
live_asset_id: Gumlet live video asset id.
Expand Down Expand Up @@ -601,7 +601,7 @@ async def retrieve_status(
This endpoint retrieves the details of a live video asset that has previously been created.

Args:
live_asset_id: An live asset id for the previously created asset.
live_asset_id: A live asset id for the previously created asset.
extra_headers: Send extra headers with the request.
extra_query: Send extra query parameters with the request.
extra_body: Send extra JSON properties with the request.
Expand Down Expand Up @@ -866,7 +866,7 @@ async def status_history(
This endpoint retrieves the history of a live video asset that has previously been created.

Args:
live_asset_id: An live asset id for the previously created asset.
live_asset_id: A live asset id for the previously created asset.
extra_headers: Send extra headers with the request.
extra_query: Send extra query parameters with the request.
extra_body: Send extra JSON properties with the request.
Expand Down
8 changes: 4 additions & 4 deletions src/gumlet/resources/subtitle_upload.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,11 @@ def upload(
timeout: float | httpx.Timeout | None | NotGiven = not_given,
) -> SubtitleUploadUploadResponse:
"""
Upload `.srt` or `.vtt` file to the video asset. The response of this API call gives `upload_url` for each language specified. You need to send a `PUT` request of the subtitle files to those URLs. Once that's done, you need to call the subtitle upload complete API. Only after that, Gumlet will add subtitles to asset.
Upload `.srt` or `.vtt` file to the video asset. The response of this API call gives `upload_url` for each language specified. You need to send a `PUT` request of the subtitle files to those URLs. Once that's done, you need to call the subtitle upload complete API. Only after that, Gumlet will add subtitles to asset.

Args:
asset_id: An asset id for the previously created asset.
language_codes: List of language Code to upload subtitle file (use <a href='https://en.wikipedia.org/wiki/List_of_ISO_639_language_codes'> ISO 639-1 </a> Language Codes)
language_codes: List of language codes to upload subtitle file (use <a href='https://en.wikipedia.org/wiki/List_of_ISO_639_language_codes'> ISO 639-1 </a> Language Codes)
extra_headers: Send extra headers with the request.
extra_query: Send extra query parameters with the request.
extra_body: Send extra JSON properties with the request.
Expand Down Expand Up @@ -154,11 +154,11 @@ async def upload(
timeout: float | httpx.Timeout | None | NotGiven = not_given,
) -> SubtitleUploadUploadResponse:
"""
Upload `.srt` or `.vtt` file to the video asset. The response of this API call gives `upload_url` for each language specified. You need to send a `PUT` request of the subtitle files to those URLs. Once that's done, you need to call the subtitle upload complete API. Only after that, Gumlet will add subtitles to asset.
Upload `.srt` or `.vtt` file to the video asset. The response of this API call gives `upload_url` for each language specified. You need to send a `PUT` request of the subtitle files to those URLs. Once that's done, you need to call the subtitle upload complete API. Only after that, Gumlet will add subtitles to asset.

Args:
asset_id: An asset id for the previously created asset.
language_codes: List of language Code to upload subtitle file (use <a href='https://en.wikipedia.org/wiki/List_of_ISO_639_language_codes'> ISO 639-1 </a> Language Codes)
language_codes: List of language codes to upload subtitle file (use <a href='https://en.wikipedia.org/wiki/List_of_ISO_639_language_codes'> ISO 639-1 </a> Language Codes)
extra_headers: Send extra headers with the request.
extra_query: Send extra query parameters with the request.
extra_body: Send extra JSON properties with the request.
Expand Down
4 changes: 2 additions & 2 deletions src/gumlet/resources/video_analytics.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ def chart_data(
date_range: The timeframe to get the data for.
filters: Build *segments* of users using multiple filters on the data, `value` should be an *exact match*
group_by: Data can be grouped by `daily`, `weekly` or `monthly`.
chart_dimension: Metrics result Group by selected dimension, You can select upto 3 dimensions to get nested category result. result will follow selection orders.
chart_dimension: Group metrics by the selected dimension. You can select up to 3 dimensions for nested category results; results follow the selection order.
extra_headers: Send extra headers with the request.
extra_query: Send extra query parameters with the request.
extra_body: Send extra JSON properties with the request.
Expand Down Expand Up @@ -254,7 +254,7 @@ async def chart_data(
date_range: The timeframe to get the data for.
filters: Build *segments* of users using multiple filters on the data, `value` should be an *exact match*
group_by: Data can be grouped by `daily`, `weekly` or `monthly`.
chart_dimension: Metrics result Group by selected dimension, You can select upto 3 dimensions to get nested category result. result will follow selection orders.
chart_dimension: Group metrics by the selected dimension. You can select up to 3 dimensions for nested category results; results follow the selection order.
extra_headers: Send extra headers with the request.
extra_query: Send extra query parameters with the request.
extra_body: Send extra JSON properties with the request.
Expand Down
Loading
Loading