# app.standard-reader.resolveUrl

> Published by [standard-reader.app](https://lexicon.garden/identity/did:plc:f4os2wz5fjl56xpwcvtnqu7m)

✓ This is the authoritative definition for this NSID.

## Links

- [View on Lexicon Garden](https://lexicon.garden/lexicon/did:plc:f4os2wz5fjl56xpwcvtnqu7m/app.standard-reader.resolveUrl)
- [Documentation](https://lexicon.garden/lexicon/did:plc:f4os2wz5fjl56xpwcvtnqu7m/app.standard-reader.resolveUrl/docs)
- [Examples](https://lexicon.garden/lexicon/did:plc:f4os2wz5fjl56xpwcvtnqu7m/app.standard-reader.resolveUrl/examples)

## Definitions

### `app.standard-reader.resolveUrl`

**Type**: `query`

Match a web page URL to an indexed standard.site article or publication.

#### Parameters

| Property | Type | Required | Description |
|----------|------|----------|-------------|
| `did` | `string` (did) | No |  |
| `url` | `string` (uri) | No |  |
| `urls` | `array` | No |  |

#### Output

**Encoding**: `application/json`

## Raw Schema

```json
{
  "id": "app.standard-reader.resolveUrl",
  "defs": {
    "main": {
      "type": "query",
      "output": {
        "schema": {
          "refs": [
            "app.standard-reader.defs#resolveViewArticle",
            "app.standard-reader.defs#resolveViewPublication",
            "app.standard-reader.defs#resolveViewReaderLink",
            "app.standard-reader.defs#resolveViewUnknown"
          ],
          "type": "union"
        },
        "encoding": "application/json"
      },
      "parameters": {
        "type": "params",
        "required": [],
        "properties": {
          "did": {
            "type": "string",
            "format": "did"
          },
          "url": {
            "type": "string",
            "format": "uri"
          },
          "urls": {
            "type": "array",
            "items": {
              "type": "string",
              "format": "uri"
            }
          }
        }
      },
      "description": "Match a web page URL to an indexed standard.site article or publication."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}
```
