Interface: UploadResponse
Defined in: src/_other-scraper/vocal-remove.ts:8
Represents the upload response from the AI Vocal Remover API.
Properties
file_name
file_name:
string
The name of the uploaded audio file.
Defined in: src/_other-scraper/vocal-remove.ts:9
key
key:
string
A unique identifier for the upload session or transaction.
Defined in: src/_other-scraper/vocal-remove.ts:10
error?
optional
error:boolean
Indicates whether an error occurred during the upload process. A value oftrue
signifies an error, whereasfalse
indicates success.
Defined in: src/_other-scraper/vocal-remove.ts:11
message?
optional
message:string
A descriptive message providing additional information about the upload process or error, if any.
Defined in: src/_other-scraper/vocal-remove.ts:12
Last updated on