---
title: "Link check API"
method: GET
path: "/link/"
---

# Link check API

`GET /link/`

Get information on whether a specific URL can be monetized

## Query parameters

- `out` string, required
- `key` string, required
- `optimize` boolean
- `format` string
- `geo` string
- `fbu` string
- `bf` string

## Response `200`

200

- object
  - `url` string
  - `optimized` string
  - `affiliatable` boolean
  - `competitive` unknown
  - `optimizable` unknown
  - `eepc` number

## Other responses

- `400` — 400

---

[API](https://skmtc.net/sovrn/apis/rest.md) · [All operations](https://skmtc.net/sovrn/apis/rest/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/sovrn/rest/versions/cb783ced960d/schema)
