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"
    },
    ...
]

Limitations:

You can have up to 3 concurrent running Jobs & input up to 500 requests per Batch

Available Features
Feature NameSubfeature Name
texttopic_extraction
textgeneration
textcode_generation
textchat
textcustom_named_entity_recognition
translationautomatic_translation
ocrinvoice_parser
ocrresume_parser
ocrreceipt_parser
ocridentity_parser
audiospeech_to_text_async
imageobject_detection
imageexplicit_content
imageface_detection
textsummarize
textanonymization
audiotext_to_speech
translationdocument_translation
textnamed_entity_recognition
textquestion_answer
textsearch
imagelandmark_detection
imageanonymization
imagegeneration
videotext_detection_async
textsentiment_analysis
textsyntax_analysis
textkeyword_extraction
textcustom_classification
textmoderation
textembeddings
textspell_check
translationlanguage_detection
imagelogo_detection
Language
Authorization
Bearer
JWT
Click Try It! to start a request and see the response here!