# ImportFromURL
Options for importing content from a URL.

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

## ImportFromURL interface

Options for importing content from a URL.

**Signature:**

```typescript
interface ImportFromURL
```

## Properties

<table>
  <thead>
    <tr>
      <th>
        Property
      </th>

      <th>
        Modifiers
      </th>

      <th>
        Type
      </th>

      <th>
        Description
      </th>
    </tr>
  </thead>

  <tbody>
    <tr>
      <td>
        [type](/en/creator-api/types/import-from-url/type)
      </td>

      <td />

      <td>
        "LOTTIE" | "IMAGE" | "SVG"
      </td>

      <td>
        The type of content being imported.
      </td>
    </tr>

    <tr>
      <td>
        [url](/en/creator-api/types/import-from-url/url)
      </td>

      <td />

      <td>
        string
      </td>

      <td>
        A HTTP/HTTPS URL to the content.
      </td>
    </tr>
  </tbody>
</table>
