POST
/
v1
/
sfx
/
audio

Authorizations

ganos-api-key
string
header
required

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.

Body

application/json
inference_id
string
required

Response

200 - application/json
sfx_inference_history_object
object
required

Includes the inference id which is the unique identifier for generated sound effects inference, audio prompt and the generation parameters provided as the input.

wav_base64
string
required

Provides audio as a Base64-encoded WAV file for easy text-based integration.