cURL
curl --request GET \ --url https://os.gan.ai/v1/sfx/history \ --header 'ganos-api-key: <api-key>'
{ "total": 123, "data": [] }
Retrieves the history of generated sound effects inferences.
Use the API key generated from our website to programmatically interact with our endpoints. This key authorizes your requests, allowing you to access and utilize our services securely.
Successful Response
Total number of sound effects inferences generated by the user.
Lists the inference ids, audio prompts and generation parameters provided as the input per inference that were generated.
Show child attributes