app.ocho.edu.getVerificationUrl

ocho-lexicons.ocho.app

Documentation

main query

No description available.

Parameters

domain string Required

No description available.

Output

Encodingapplication/json
url string Required

No description available.

Try It

Requests are sent directly from your browser. Some servers may block requests due to CORS.

Base URL for XRPC calls (e.g., https://api.bsky.social)
Parameters
View raw schema
{
  "type": "query",
  "output": {
    "schema": {
      "type": "object",
      "required": [
        "url"
      ],
      "properties": {
        "url": {
          "type": "string"
        }
      }
    },
    "encoding": "application/json",
    "description": "The intent data"
  },
  "parameters": {
    "type": "params",
    "required": [
      "domain"
    ],
    "properties": {
      "domain": {
        "type": "string"
      }
    }
  }
}

Lexicon Garden

@