post https://api.edenai.run/v2///batch//
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 Name | Subfeature Name |
---|---|
translation | language_detection |
text | chat |
image | face_detection |
image | anonymization |
audio | text_to_speech |
translation | document_translation |
image | logo_detection |
image | landmark_detection |
text | topic_extraction |
text | spell_check |
translation | automatic_translation |
text | generation |
text | moderation |
image | generation |
text | code_generation |
text | embeddings |
text | custom_named_entity_recognition |
text | search |
text | summarize |
text | anonymization |
text | custom_classification |
audio | speech_to_text_async |
ocr | resume_parser |
ocr | identity_parser |
video | text_detection_async |
ocr | receipt_parser |
image | object_detection |
image | explicit_content |
ocr | invoice_parser |
text | keyword_extraction |
text | named_entity_recognition |
text | question_answer |
text | sentiment_analysis |
text | syntax_analysis |