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 5 concurrent running Jobs & input up to 500 requests per Batch

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