# ImportFromURL.url
A HTTP/HTTPS URL to the content.

{/* Do not edit this file. It is automatically generated by API Documenter. */}

## ImportFromURL.url property

A HTTP/HTTPS URL to the content.

**Signature:**

```typescript
url: string;
```

## Example

```ts
// Lottie JSON
{ type: "LOTTIE", url: "https://example.com/animation.json" }

// dotLottie
{ type: "LOTTIE", url: "https://example.com/animation.lottie" }

// SVG
{ type: "SVG", url: "https://api.example.com/graphic.svg" }

// Image
{ type: "IMAGE", url: "https://example.com/image.png" }
```
