> For the complete documentation index, see [llms.txt](https://docs.omnidata.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.omnidata.xyz/gateway/imghub-apis/original-image-from-ipfs.md).

# Original image from IPFS

## Get the original image.

<mark style="color:blue;">`GET`</mark> `https://gateway.omnidata.xyz/ipfs`

#### Path Parameters

| Name                                  | Type   | Description  |
| ------------------------------------- | ------ | ------------ |
| cid<mark style="color:red;">\*</mark> | String | The IPFS cid |

{% tabs %}
{% tab title="200 Image returned successfully" %}

```javascript
{
    "name"="Wilson",
    "owner": {
        "id": "sha7891bikojbkreuy",
        "name": "Samuel Passet",
    "species": "Dog",}
    "breed": "Golden Retriever",
}
```

{% endtab %}
{% endtabs %}

{% hint style="info" %}
<https://gateway.omnidata.xyz/ipfs/QmRUheHMVX4qZ4UkWAmxrNREHDtTyP5GjctnDRzQTMKdxE>
{% endhint %}
