Viggle integration (AI, Design & Media). Imported from open-connector.
https://apis.viggle.ai/api/credits
/api/characters/preprocess
| Param | Type | Required | Description |
|---|---|---|---|
| name | string | required | The display name for the character. |
| image_url | string | required | The publicly accessible character image URL. |
| model | string | optional | The Viggle model to use for preprocessing or rendering. |
/api/characters
| Param | Type | Required | Description |
|---|---|---|---|
| limit | integer | optional | The maximum number of items to return. |
| offset | integer | optional | The zero-based number of items to skip. |
/api/characters/{character_id}
| Param | Type | Required | Description |
|---|---|---|---|
| character_id | string | required | The character identifier returned by Viggle. |
/api/characters/{character_id}
| Param | Type | Required | Description |
|---|---|---|---|
| character_id | string | required | The character identifier to delete. |
/api/scenes/import
| Param | Type | Required | Description |
|---|---|---|---|
| template_uuid | string | required | The Viggle template UUID to import. |
| name | string | optional | An optional display name for the imported scene. |
/api/scenes
| Param | Type | Required | Description |
|---|---|---|---|
| limit | integer | optional | The maximum number of items to return. |
| offset | integer | optional | The zero-based number of items to skip. |
/api/scenes/{scene_id}
| Param | Type | Required | Description |
|---|---|---|---|
| scene_id | string | required | The scene identifier returned by Viggle. |
/api/scenes/{scene_id}
| Param | Type | Required | Description |
|---|---|---|---|
| scene_id | string | required | The scene identifier to delete. |
/api/render
| Param | Type | Required | Description |
|---|---|---|---|
| ref_image_url | string | optional | The public character image URL for on-demand rendering. |
| driving_video_url | string | optional | The public driving video URL for on-demand rendering. |
| character_id | string | optional | The ready character ID for preprocessed rendering. |
| scene_id | string | optional | The ready scene ID for preprocessed rendering. |
| model | string | optional | The Viggle model to use for preprocessing or rendering. |
| background_mode | string | optional | The background handling mode for the rendered video. |
| bg_color | string | optional | The RGB string for solid backgrounds, such as "0,255,0". |
/api/render/{job_id}
| Param | Type | Required | Description |
|---|---|---|---|
| job_id | string | required | The render job identifier returned by Viggle. |