How to use Bulk Run via API
Step 1

Step 2

Step 3

How can I calculate the credits?

Last updated
Was this helpful?




Last updated
Was this helpful?
Was this helpful?
curl 'https://api.gooey.ai/v2/bulk-runner?example_id=ehrfs6a0yukt' \
-H "Authorization: bearer $GOOEY_API_KEY" \
-H 'Content-Type: application/json' \
-d '{
"documents": [
"https://docs.google.com/spreadsheets/d/1EsQ_NKhyNikNNO3xLV9GOc6C5LTflu9dJ5CSpHqNUQs/edit?gid=0#gid=0"
],
"run_urls": [
"https://gooey.ai/compare-text-to-speech-engines/?run_id=todlwvm01l31&uid=fm165fOmucZlpa5YHupPBdcvDR02",
"https://gooey.ai/compare-text-to-speech-engines/?run_id=j8v9fqrfl26o&uid=fm165fOmucZlpa5YHupPBdcvDR02",
],
"input_columns": {
"text_prompt": "Column Name"
},
"output_columns": {
"price": "Price",
"run_url": "Run URL",
"run_time": "Run Time",
"output_text": "Output Text",
"raw_output_text": "Raw Output Text"
}
}'