Skip to main content
POST
/
clone
cURL
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"
}
'

Authorizations

Authorization
string
header
required

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

Body

application/json

File path to be cloned

Example:

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

Response

Successful operation