> ## Documentation Index
> Fetch the complete documentation index at: https://docs.usegoro.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Tool catalog

> Everything your agent can reach through one connection.

Goro exposes 55 tools: search, social, maps, commerce and people data, plus
image generation, video generation and voice. You do not need to memorise them:
`discover` ranks
the catalog against a plain-English question and hands back the best matches
with their prices.

```bash theme={null}
curl -X POST https://api.usegoro.ai/v1/discover \
  -H "Authorization: Bearer $GORO_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"query": "recent posts from a tiktok creator"}'
```

The pages in this section document each tool's input and the shape of what it
returns. Every one of them is generated from the live catalog, so the fields
listed are the fields the tool actually accepts today.

## How to read a tool page

**Input** lists the fields the tool takes. Most of the catalog is a
passthrough: your input reaches the underlying tool unchanged, so anything it
accepts works even when it is not in the table. The image and voice tools are
the exception, and the note under their table says so. Fields that cost extra
say so too.

**Price** is what you pay, our margin already in it. Three shapes exist and
they do not mean the same thing, so read the words next to the number.
[Pricing](/pricing) covers all three.

**Response** shows one row, or the whole thing where it is short enough to
print. The values are illustrative, not real records.

## Three providers behind one balance

The data tools run on Apify. Image and video generation run on kie.ai. Voice
runs on Fish Audio. You never hold an account or a key with any of them, and
every call draws from the same balance.

The difference you can see is in the price. Apify bills us for what a scrape
actually consumed, so those tools quote a rate per row and settle on the rows
they really produced. kie.ai charges a fixed amount per image and a rate per
second of video, and Fish bills a published rate against a measurable input, so
those tools quote an exact price you can work out before you call.

## Collecting a result

Rows are held until you collect them and never longer than 24 hours. Media is
the case worth planning for: a voice call returns a link to audio that stops
working on the same 24 hour clock, and an image call returns links hosted by
kie.ai. Download what you want to keep, in the same task that made the call.
[The API overview](/api/overview#run-results-are-held-only-until-you-collect-them)
has the full contract.

## A note on personal data

Several tools in this catalog return information about identifiable people.
You are responsible for having a lawful basis to collect it, and for complying
with the terms of the platform the data came from.

Goro records what a call cost and how many rows it returned permanently. The
rows themselves are held only until you collect them, and never longer than 24
hours.
