← Tools Reference

Starton

Starton integration (Storage, Developer Tools). Imported from open-connector.

API key5 toolshttps://api.starton.com
GET
starton_list_pins
List IPFS pins from the current Starton project.

/v3/ipfs/pin

6 parameters
ParamTypeRequiredDescription
cidstringoptionalFilter pins by CID.
includeDirectoryContentbooleanoptionalWhether Starton should include directory entries inside directory pin results.
limitintegeroptionalThe number of entities returned on each page.
namestringoptionalFilter pins by pin name.
pageintegeroptionalThe zero-based page number returned by Starton.
statusstringoptionalThe Starton pin status returned by the API.
GET
starton_get_pin
Read one IPFS pin from Starton by pin identifier.

/v3/ipfs/pin/{id}

2 parameters
ParamTypeRequiredDescription
idstringrequiredThe unique Starton pin identifier.
includeDirectoryContentbooleanoptionalWhether Starton should include nested directory content in the response.
POST
starton_create_json_pin
Upload JSON content to Starton IPFS and create a new pin.

/v3/ipfs/json

3 parameters
ParamTypeRequiredDescription
namestringrequiredThe name recorded for the uploaded JSON file.
contentobjectrequiredThe JSON content that Starton should upload.
metadataobjectoptionalOptional metadata stored alongside the uploaded JSON file.
POST
starton_pin_existing_file
Create a Starton pin for an existing IPFS CID.

/v3/ipfs/pin

3 parameters
ParamTypeRequiredDescription
cidstringrequiredThe existing IPFS CID that Starton should pin.
namestringoptionalAn optional display name recorded for the new pin.
metadataobjectoptionalOptional metadata stored alongside the new pin.
DELETE
starton_delete_pin
Delete a Starton pin by pin identifier.

/v3/ipfs/pin/{id}

1 parameter
ParamTypeRequiredDescription
idstringrequiredThe unique Starton pin identifier.