API Showcase
Last updated
Last updated
To make FX AI more visually appealing, an interactive API visualization will be available, showcasing the potential of AI-generated sound effects.
Users will be able to preview sound transformations and interact with different settings. More details will be revealed soon!
GitBook's OpenAPI block is powered by , so you can test your APIs directly from your docs.
Creates a new AI-generated sound effect based on a text prompt.
Method
Endpoint
Description
POST
/api/v1/generate-sound
Generates a sound effect from a text prompt.
Request Example (JSON)
Response Example (JSON)
Checks the status of a generated sound effect.
Method
Endpoint
Description
GET
/api/v1/sound/{sound_id}
Fetches the status and download link for a generated sound.
Response Example (JSON)
Returns a list of categories for sound generation.
Method
Endpoint
Description
GET
/api/v1/categories
Fetches a list of available sound effect categories.
Response Example (JSON)
Generates sound effects automatically from an uploaded video.
Method
Endpoint
Description
POST
/api/v1/generate-sound-from-video
Extracts sound effects from a video input.
Request Example (JSON)
Response Example (JSON)