Launch Batch Job

Launch a async Batch job, given a job name that will be used as its id.

Each request should have the same parameters as you would normally pass to a feature.

You can also pass an optional paramater name to help better identify each requests you send.

Example with text/sentiment_analysis:

"requests": [
    {
        "text": "It's -25 outside and I am so hot.",
        "language": "en",
        "providers": "google,amazon"
    },
    {
        "name": "mixed",
        "text": "Overall I am satisfied with my experience at Amazon, but two areas of major improvement needed.",
        "language": "en",
        "providers": "google"
    },
    ...
]
Available Features
Feature NameSubfeature Name
textnamed_entity_recognition
textsummarize
texttopic_extraction
textgeneration
textchat
textmoderation
textembeddings
textspell_check
textsentiment_analysis
textanonymization
textcustom_classification
textkeyword_extraction
textquestion_answer
audiotext_to_speech
textsearch
textcode_generation
textcustom_named_entity_recognition
textsyntax_analysis
ocrinvoice_parser
videotext_detection_async
audiospeech_to_text_async
Language
Authentication
Bearer
JWT
Click Try It! to start a request and see the response here!