Translation

Translate input(s)

Input

Job requests SHOULD include 1 one or more inputs. Inputs should be readily available and not require any form of text-processing or extraction (i.e. inputs should not point to audio-files or HTML URLs)

Params

language

Specifies the desired output language

[ "param", "language", "es" ]

Output

Including but not limited to:

  • text/plain

Example

Translate an event to spanish

{
    "content": "",
    "kind": 5002,
    "tags": [
        [ "i", "<hexid>", "event" ],
        [ "param", "language", "es" ]
    ]
}