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" }'
{ "name": "<string>", "cid": "<string>", "merkle": "<string>" }
Clone a file from an external URL
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful operation
The response is of type object.
object