This API provides endpoints for audio conversion services, including text-to-speech, voice conversion, music generation, cover song conversion, and audio extraction. It is designed for public users to facilitate audio-related tasks through a simple and efficient interface.
<https://api.lalals.com/api/public/v1>
All endpoints require an API key for authentication. The API key should be included in the Authorization header of each request.
Fetch a conversion using either task_id or conversion_id along with the conversion type.
Parameters
• conversionType (string, required): The type of conversion to fetch. Must be one of:
• task_id (string, optional): The ID of the task associated with the conversion.
• conversion_id (string, optional): The ID of the conversion to fetch.
Provide either task_id or conversion_id as returned in the audio conversion request.