# Affogato ( prev. RenderNet ) ## Docs - [Authentication](https://docs.rendernet.ai/api-reference/authentication.md) - [Archive Asset](https://docs.rendernet.ai/api-reference/endpoint/assets/archive_asset.md): The archive assets endpoint allows users to archive their uploaded assets. Users can send a list of asset ids to this endpoint to archive the associated assets. - [Get Asset](https://docs.rendernet.ai/api-reference/endpoint/assets/get_asset.md): The get asset endpoint lets users retrieve detailed information about a specific asset, including its size, type, status, tags, and URL. - [List Assets](https://docs.rendernet.ai/api-reference/endpoint/assets/list_assets.md): The list assets endpoint lets users retrieve detailed information about their uploaded assets, including their dimensions, URL, status, tags, and type. This endpoint is paginated. - [Upload Asset](https://docs.rendernet.ai/api-reference/endpoint/assets/upload_asset.md): The upload asset endpoint facilitates users in uploading assets to the platform. By providing the height and width of the image, users will receive an upload URL to which they can make a `PUT` request and attach the image to upload it. For more details click [here](https://docs.aws.amazon.com/Amazon… - [Archive Asset V2](https://docs.rendernet.ai/api-reference/endpoint/assets_v2/archive_asset_v2.md): The archive assets endpoint allows users to archive their uploaded assets. Users can send a list of asset ids to this endpoint to archive the associated assets. - [Get Asset V2](https://docs.rendernet.ai/api-reference/endpoint/assets_v2/get_asset_v2.md): The get asset endpoint lets users retrieve detailed information about a specific asset, including its size, type, status, URL, duration (for video and audio asset) and frames(for video asset) - [List Assets V2](https://docs.rendernet.ai/api-reference/endpoint/assets_v2/list_assets_v2.md): The list assets endpoint lets users retrieve detailed information about their uploaded assets, including its size, type, status, URL, duration (for video and audio asset) and frames (for video asset). This endpoint is paginated. - [Upload Asset V2](https://docs.rendernet.ai/api-reference/endpoint/assets_v2/upload_asset_v2.md): The upload asset endpoint facilitates users in uploading assets to the platform. By providing the height and width of the image for image assets and an empty object `{}` for audio and video assets, users will receive an upload URL to which they can make a `PUT` request and attach the media to upload… - [Archive Character](https://docs.rendernet.ai/api-reference/endpoint/characters/archive_character.md): The archive character section allows users to archive a character that they have created. Archiving a character will mean that the user can no longer create any images with that character. - [Create Character](https://docs.rendernet.ai/api-reference/endpoint/characters/create_character.md): The create character section enables users to create a character with a unique name, which can be used in prompts to generate consistent images containing the character. Users can provide the asset_id of a face image and create a character by assigning a description and unique name. This feature str… - [Edit Character](https://docs.rendernet.ai/api-reference/endpoint/characters/edit_character.md): The edit character section allows users to edit a character which has already been created - [Get Characters](https://docs.rendernet.ai/api-reference/endpoint/characters/get_characters.md): The get characters section allows users to fetch a list of all available characters along with their details. - [Delete Generation](https://docs.rendernet.ai/api-reference/endpoint/generations/delete_generation.md): The delete generation endpoint lets the user delete a specific generation while retaining other generations. - [Delete Image (Deprecating)](https://docs.rendernet.ai/api-reference/endpoint/generations/delete_image.md): The delete image endpoint lets the user delete a specific image within a generation while retaining any other images that may have been generated in the same batch. - [Delete Media](https://docs.rendernet.ai/api-reference/endpoint/generations/delete_media.md): The delete media endpoint lets the user delete a specific media within a generation while retaining any other media that may have been generated in the same batch. - [Estimate Generation](https://docs.rendernet.ai/api-reference/endpoint/generations/estimate_generation.md): The generation estimate endpoint lets users estimate the number of credits required for a particular generation. With this endpoint, users can send a payload containing their preferred parameters. In return, they will receive the credit cost for processing the generation request and the current bala… - [Generate Media](https://docs.rendernet.ai/api-reference/endpoint/generations/generation.md): The generations endpoint lets users generate media based on various parameters such as aspect ratio, model, prompt etc. The response will return a generation ID for each request, which can be used to track the status and view generated media. - [Generation Status (Deprecating)](https://docs.rendernet.ai/api-reference/endpoint/generations/generation_status.md): The generation status endpoint lets users check the status of a generation using its id. - [Get Generation](https://docs.rendernet.ai/api-reference/endpoint/generations/get_generation.md): The get generation endpoint lets users fetch the details for a generation using its id. - [Get Media](https://docs.rendernet.ai/api-reference/endpoint/generations/get_media.md): The get media endpoint lets users fetch the details for a particular generated media using its id. - [Image Status (Deprecating)](https://docs.rendernet.ai/api-reference/endpoint/generations/image_status.md): The image status endpoint lets users check the status of a specific image within a generation. - [List Generations](https://docs.rendernet.ai/api-reference/endpoint/generations/list_generations.md): The list generations endpoint lets users retrieve information about all their generated media and their associated generation details. Users can filter by generation_id, media_id or status. - [List ControlNets](https://docs.rendernet.ai/api-reference/endpoint/resources/list_controlnets.md): The list controlnets endpoint lets users retrieve a list of available ControlNets. The response will return a paginated list of all available ControlNets along with their names and base model (SD 1.5 or SDXL). - [List LoRAs](https://docs.rendernet.ai/api-reference/endpoint/resources/list_loras.md): The list loras endpoint lets users retrieve a list of available LoRAs. The response will return a paginated list of all available LoRAs along with their names and base model (SD 1.5 or SDXL). - [List Models](https://docs.rendernet.ai/api-reference/endpoint/resources/list_models.md): The list models endpoint lets users retrieve a list of available models. The response will return a paginated list of the specified all available models along with their names and base model (SD 1.5 or SDXL or Flux). - [List Styles](https://docs.rendernet.ai/api-reference/endpoint/resources/list_styles.md): The list styles endpoint lets users retrieve a list of available styles. The response will return a paginated list of all available styles along with their names and base model (SD 1.5 or SDXL or Flux). - [List Voices](https://docs.rendernet.ai/api-reference/endpoint/resources/list_voices.md): The list voices endpoint lets users retrieve a list of available Voices that can be used for generating Lip Sync videos by providing script. The response will return a paginated list of all available Voices along with their details such as age, gender, accent, voice for demo etc. - [Introduction](https://docs.rendernet.ai/api-reference/introduction.md): Getting started with Affogato ( prev. RenderNet ) APIs - [Changelog](https://docs.rendernet.ai/change-logs/change-log.md) ## OpenAPI Specs - [rendernet_public_apis](https://docs.rendernet.ai/rendernet_public_apis.json) ## Optional - [Join our Discord](https://discord.gg/rendernet-ai) - [Support](mailto:hello@rendernet.ai)