---
title: "Surf"
method: GET
path: "/api/surf"
tags: ["Surf"]
---

# Surf

`GET /api/surf`

Lightweight search — returns raw URLs and optionally image URLs.
No LLM synthesis, no answer generation. Fast.

## Query parameters

- `query` string, required
- `limit` integer
- `images` boolean
- `key` string

## Response `200`

Search results

- SurfResponse
  - `urls` string[] — Web search result URLs
  - `query` string
  - `images` string[] — Image URLs (only when images=true)

## Other responses

- `400` — Invalid request
- `401` — API key required
- `403` — Invalid API key

---

[API](https://skmtc.net/elixpo/apis/lixsearch-api.md) · [All operations](https://skmtc.net/elixpo/apis/lixsearch-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/elixpo/lixsearch-api/versions/1b4365f47b75/schema)
