SourceUrl - TypeScript SDK

SourceUrl type definition

The TypeScript SDK and docs are currently in beta. Report issues on GitHub.

URL of the upstream data source.

Example Usage

1import { SourceUrl } from "@openrouter/sdk/models";
2
3let value: SourceUrl = "https://www.designarena.ai";

Values

1"https://www.designarena.ai"