Translate

Translate

GET https://my.elara.services/api/translate

Query Parameters

Request Body

{
    status: true,
    message: "The trasnlated message",
    extra: {
        raw: {}, // The raw object for the translation
        from: {
            full: "English",
            iso: "en"
        },
        to: {
            full: "French",
            iso: "fr"
        }
    }
}

Last updated