POST
/
v1
/
clone
curl --request POST \
  --url https://pinapi.jackalprotocol.com/api/v1/clone \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "link": "https://raw.githubusercontent.com/cosmos/chain-registry/refs/heads/master/jackal/images/jkl.svg"
}'
{
  "name": "<string>",
  "cid": "<string>",
  "merkle": "<string>",
  "id": 123
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

Response

200
application/json

Successful operation

The response is of type object.