Skip to content

createPieceUrlPDP

createPieceUrlPDP(cid, pdpUrl): string

Defined in: packages/synapse-core/src/utils/piece-url.ts:34

Create a piece URL for the PDP API

ParameterTypeDescription
cidstringThe PieceCID identifier
pdpUrlstringThe PDP URL

string

The PDP URL for the piece

const pdpUrl = 'https://pdp.example.com'
const cid = 'bafkzcibcd4bdomn3tgwgrh3g532zopskstnbrd2n3sxfqbze7rxt7vqn7veigmy'
const pieceUrl = createPieceUrlPDP(cid, pdpUrl)
console.log(pieceUrl) // https://pdp.example.com/piece/bafkzcibcd4bdomn3tgwgrh3g532zopskstnbrd2n3sxfqbze7rxt7vqn7veigmy