By default, Novita AI temporarily stores output results in our private S3 bucket and returns the results to the user through a temporary authorized S3 link. However, you can set up a Custom S3 Bucket to allow us to save the results in your own bucket. Please follow the steps below to enable this.Documentation Index
Fetch the complete documentation index at: https://novita.ai/docs/llms.txt
Use this file to discover all available pages before exploring further.
1. Configure S3 Bucket Policy
First, change your S3 Bucket Policy configuration to the following format (replace${BucketName} with your bucket name):
2. Enable Custom Storage in V3 APIs
For V3 API endpoints, Novita AI provides thecustom_storage parameter in the request body, allowing you to configure your custom S3 bucket for storing generated images.
Here’s an example using the txt2img API endpoint: