---
title: "Upload image for visual search"
method: POST
path: "/search/visual/images"
tags: ["search"]
---

# Upload image for visual search

`POST /search/visual/images`

Uploads an image to GCS for use in visual search. Returns a UUID that can be used with the visual search endpoint.

## Response `200`

OK

- ModelsSearchImageResponse
  - `content_type` string
  - `file_name` string
  - `id` string
  - `url` string

## Other responses

- `400` — Bad Request
- `401` — Unauthorized

---

[API](https://skmtc.net/resourcly/apis/resourcly-api.md) · [All operations](https://skmtc.net/resourcly/apis/resourcly-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/resourcly/resourcly-api/revisions/7f97d8cd0f1e/schema)
