POST
/
clone
curl --request POST \
  --url https://pinapi.jackalprotocol.com/api/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>"
}

Authorizations

Authorization
string
header
required

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

Body

application/json
Example:

"https://raw.githubusercontent.com/cosmos/chain-registry/refs/heads/master/jackal/images/jkl.svg"

Response

200
application/json
Successful operation
name
string
cid
string
merkle
string