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
ocrreceipt_parser
imageanonymization
audiotext_to_speech
translationdocument_translation
imagelogo_detection
imagelandmark_detection
imagebackground_removal
texttopic_extraction
textembeddings
textcustom_classification
textanonymization
textsummarize
textcustom_named_entity_recognition
textgeneration
textcode_generation
textmoderation
imagegeneration
translationautomatic_translation
textsearch
textspell_check
ocridentity_parser
ocrinvoice_parser
ocrresume_parser
audiospeech_to_text_async
ocrocr_tables_async
videotext_detection_async
imageobject_detection
imageexplicit_content
textquestion_answer
textkeyword_extraction
textnamed_entity_recognition
textsyntax_analysis
textsentiment_analysis
Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required
string
required
string
required
Body Params
uri
length ≥ 1
string

Json data that contains of additional parameters that will be sent back to the webhook receiver (ex: api key for security or client's data ID to link the result internally). Will only be used when webhook_receiver is set.

boolean
Defaults to true

If set to false the webhook will not contain the result data. Use if your webhook receiver has a request size limit.

requests
array of objects
required
requests*
Responses

Language
Credentials
Bearer
JWT
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json