API Documentation

Overview

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.

Base URL

<https://api.lalals.com>

Authentication

All endpoints require an API key for authentication. The API key should be included in the Authorization header of each request.

Endpoints

1. Get Conversion by ID

GET /byId

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.

Response : Status Codes