📖 To learn more, take a look at our complete API

📤 Example Request

  1. Generate an api key below👇

  2. Install node-fetch & add the GOOEY_API_KEY to your environment variables.
    Never store the api key in your code and don't use direcly in the browser.

$ npm install node-fetch
$ export GOOEY_API_KEY=sk-xxxx
  1. Use this sample code to call the API.
    If you encounter any issues, write to us at [email protected] and make sure to include the full code snippet and the error message.
import fetch from 'node-fetch';

const payload = {
  "documents": [
    "https://docs.google.com/spreadsheets/d/1Q-FO3WxMlqvj26AnOwP1B2zbOG0g-5dd9P7qxG1t-IM/edit?usp=sharing"
  ],
  "run_urls": [
    "https://gooey.ai/copilot/0-gpt54-igbo-yqsgmrtzsrko/",
    "https://gooey.ai/copilot/1-gem31pro-igbo-iqryt06nhe0a/",
    "https://gooey.ai/copilot/2-gem31flashlite-igbo-tm1zrwsm76r0/",
    "https://gooey.ai/copilot/3-gpt-realtime-15-igbo-vjkcwix7xaxo/",
    "https://gooey.ai/copilot/4-gpt54-omni-igbo-ptt0mkb516gd/",
    "https://gooey.ai/copilot/5-gpt54-intron-igbo-7tdtukv4npli/",
    "https://gooey.ai/copilot/6-gem31pro-omni-igbo-hkytt6628mhs/",
    "https://gooey.ai/copilot/7-gem31pro-intron-igbo-liow4worw1yt/",
    "https://gooey.ai/copilot/8-gem31flashlite-omni-igbo-zt0j5lno5y6h/",
    "https://gooey.ai/copilot/9-gem31flashlite-intron-igbo-7sy9gxk7brn6/",
    "https://gooey.ai/copilot/10-gpt-realtime-15-omni-igbo-55yeznr5o130/",
    "https://gooey.ai/copilot/11-gpt-realtime-15-intron-igbo-attu57u0aqcn/",
    "https://gooey.ai/copilot/12-kimi-k26-omni-igbo-29s3jwk1zpz9/",
    "https://gooey.ai/copilot/13-kimi-k26-intron-igbo-3t39ksgai88n/",
    "https://gooey.ai/copilot/14-gpt-oss-120b-omni-igbo-spilzmzrop1w/",
    "https://gooey.ai/copilot/15-gpt-oss-120b-intron-igbo-b9u0u6cdfbv6/",
    "https://gooey.ai/copilot/16-gemma4-26b-omni-igbo-qrfhd82dfgsq/",
    "https://gooey.ai/copilot/17-gemma4-26b-intron-igbo-pmqm2z232v7b/"
  ],
  "input_columns": {
    "input_audio": "input_audio"
  },
  "output_columns": {
    "run_url": "Run URL",
    "run_time": "Run Time",
    "output_text": "Output Text"
  }
};

async function gooeyAPI() {
  const response = await fetch("https://api.gooey.ai/v2/bulk-runner?example_id=fcfx5704h9sm", {
    method: "POST",
    headers: {
      "Authorization": "bearer " + process.env["GOOEY_API_KEY"],
      "Content-Type": "application/json",
    },
    body: JSON.stringify(payload),
  });

  if (!response.ok) {
    throw new Error(response.status);
  }

  const result = await response.json();
  console.log(response.status, result);
}

gooeyAPI();
  1. Generate an api key below👇

  2. Install requests & add the GOOEY_API_KEY to your environment variables.
    Never store the api key in your code.

$ python3 -m pip install requests
$ export GOOEY_API_KEY=sk-xxxx
  1. Use this sample code to call the API.
    If you encounter any issues, write to us at [email protected] and make sure to include the full code snippet and the error message.
import os
import requests

payload = {
    "documents": [
        "https://docs.google.com/spreadsheets/d/1Q-FO3WxMlqvj26AnOwP1B2zbOG0g-5dd9P7qxG1t-IM/edit?usp=sharing"
    ],
    "run_urls": [
        "https://gooey.ai/copilot/0-gpt54-igbo-yqsgmrtzsrko/",
        "https://gooey.ai/copilot/1-gem31pro-igbo-iqryt06nhe0a/",
        "https://gooey.ai/copilot/2-gem31flashlite-igbo-tm1zrwsm76r0/",
        "https://gooey.ai/copilot/3-gpt-realtime-15-igbo-vjkcwix7xaxo/",
        "https://gooey.ai/copilot/4-gpt54-omni-igbo-ptt0mkb516gd/",
        "https://gooey.ai/copilot/5-gpt54-intron-igbo-7tdtukv4npli/",
        "https://gooey.ai/copilot/6-gem31pro-omni-igbo-hkytt6628mhs/",
        "https://gooey.ai/copilot/7-gem31pro-intron-igbo-liow4worw1yt/",
        "https://gooey.ai/copilot/8-gem31flashlite-omni-igbo-zt0j5lno5y6h/",
        "https://gooey.ai/copilot/9-gem31flashlite-intron-igbo-7sy9gxk7brn6/",
        "https://gooey.ai/copilot/10-gpt-realtime-15-omni-igbo-55yeznr5o130/",
        "https://gooey.ai/copilot/11-gpt-realtime-15-intron-igbo-attu57u0aqcn/",
        "https://gooey.ai/copilot/12-kimi-k26-omni-igbo-29s3jwk1zpz9/",
        "https://gooey.ai/copilot/13-kimi-k26-intron-igbo-3t39ksgai88n/",
        "https://gooey.ai/copilot/14-gpt-oss-120b-omni-igbo-spilzmzrop1w/",
        "https://gooey.ai/copilot/15-gpt-oss-120b-intron-igbo-b9u0u6cdfbv6/",
        "https://gooey.ai/copilot/16-gemma4-26b-omni-igbo-qrfhd82dfgsq/",
        "https://gooey.ai/copilot/17-gemma4-26b-intron-igbo-pmqm2z232v7b/",
    ],
    "input_columns": {"input_audio": "input_audio"},
    "output_columns": {
        "run_url": "Run URL",
        "run_time": "Run Time",
        "output_text": "Output Text",
    },
}

response = requests.post(
    "https://api.gooey.ai/v2/bulk-runner?example_id=fcfx5704h9sm",
    headers={
        "Authorization": "bearer " + os.environ["GOOEY_API_KEY"],
    },
    json=payload,
)
assert response.ok, response.content

result = response.json()
print(response.status_code, result)
  1. Generate an api key below👇

  2. Install curl & add the GOOEY_API_KEY to your environment variables.
    Never store the api key in your code.

export GOOEY_API_KEY=sk-xxxx
  1. Run the following curl command in your terminal.
    If you encounter any issues, write to us at [email protected] and make sure to include the full curl command and the error message.
curl 'https://api.gooey.ai/v2/bulk-runner?example_id=fcfx5704h9sm' \
  -H "Authorization: bearer $GOOEY_API_KEY" \
  -H 'Content-Type: application/json' \
  -d '{
  "documents": [
    "https://docs.google.com/spreadsheets/d/1Q-FO3WxMlqvj26AnOwP1B2zbOG0g-5dd9P7qxG1t-IM/edit?usp=sharing"
  ],
  "run_urls": [
    "https://gooey.ai/copilot/0-gpt54-igbo-yqsgmrtzsrko/",
    "https://gooey.ai/copilot/1-gem31pro-igbo-iqryt06nhe0a/",
    "https://gooey.ai/copilot/2-gem31flashlite-igbo-tm1zrwsm76r0/",
    "https://gooey.ai/copilot/3-gpt-realtime-15-igbo-vjkcwix7xaxo/",
    "https://gooey.ai/copilot/4-gpt54-omni-igbo-ptt0mkb516gd/",
    "https://gooey.ai/copilot/5-gpt54-intron-igbo-7tdtukv4npli/",
    "https://gooey.ai/copilot/6-gem31pro-omni-igbo-hkytt6628mhs/",
    "https://gooey.ai/copilot/7-gem31pro-intron-igbo-liow4worw1yt/",
    "https://gooey.ai/copilot/8-gem31flashlite-omni-igbo-zt0j5lno5y6h/",
    "https://gooey.ai/copilot/9-gem31flashlite-intron-igbo-7sy9gxk7brn6/",
    "https://gooey.ai/copilot/10-gpt-realtime-15-omni-igbo-55yeznr5o130/",
    "https://gooey.ai/copilot/11-gpt-realtime-15-intron-igbo-attu57u0aqcn/",
    "https://gooey.ai/copilot/12-kimi-k26-omni-igbo-29s3jwk1zpz9/",
    "https://gooey.ai/copilot/13-kimi-k26-intron-igbo-3t39ksgai88n/",
    "https://gooey.ai/copilot/14-gpt-oss-120b-omni-igbo-spilzmzrop1w/",
    "https://gooey.ai/copilot/15-gpt-oss-120b-intron-igbo-b9u0u6cdfbv6/",
    "https://gooey.ai/copilot/16-gemma4-26b-omni-igbo-qrfhd82dfgsq/",
    "https://gooey.ai/copilot/17-gemma4-26b-intron-igbo-pmqm2z232v7b/"
  ],
  "input_columns": {
    "input_audio": "input_audio"
  },
  "output_columns": {
    "run_url": "Run URL",
    "run_time": "Run Time",
    "output_text": "Output Text"
  }
}'

🎁 Example Response

{4 Items
"id"
:
string
"q8mwxr0m6v4m"
"url"
:
string
"https://gooey.ai/bulk/"
"created_at"
:
string
"2026-04-23T09:21:39.753372+00:00"
"output"
:
{2 Items
"output_documents"
:
[1 Items
0
:
string
"https://storage.googleapis.com/dara-c1b52.appspot."
]
"eval_runs"
:
[2 Items
0
:
string
"https://gooey.ai/eval/?run_id=pkf59cmp4xvi&uid=t1Z"
1
:
string
"https://gooey.ai/eval/?run_id=fiu5sxape9we&uid=t1Z"
]
}
}

Please Login to generate the $GOOEY_API_KEY