> 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/composite-image.md).

# Composite image

## Composite another image over the processed image.

<mark style="color:blue;">`GET`</mark> `https://gateway.omnidata.xyz/ipfs/:cid?c=cid={CID},g=west`

#### Path Parameters

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

#### Query Parameters

| Name                                | Type   | Description                                                                                                                                                                                         |
| ----------------------------------- | ------ | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| c<mark style="color:red;">\*</mark> | String | The composite parameter, use the comma to separate the CID to be composited and the gravity. It must include another CID, the `g` is for gravity and it's optional (its default value is southeast) |
