---
title: "GET /v1/autocomplete"
method: GET
path: "/v1/autocomplete"
---

# GET /v1/autocomplete

`GET /v1/autocomplete`

Get a json object containing a list of completed search terms given a partial search term. The list is sorted by Tenor's AI and the number of results will decrease as Tenor's AI becomes more certain.

## Query parameters

- `q` string, required
- `key` string, required
- `locale` string
- `limit` integer
- `anon_id` string

## Response `200`

autocomplete results

- AutocompleteResult
  - `results` string[], required — An array of suggested search terms.

---

[API](https://skmtc.net/tnyim/apis/tenor-gifapi-client.md) · [All operations](https://skmtc.net/tnyim/apis/tenor-gifapi-client/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tnyim/tenor-gifapi-client/revisions/1f7b6e1b5f4e/schema)
