Skip to main content

ResQ.Storage.PinataOptions

PinataOptions.ApiUrl Property

Gets or sets the Pinata API endpoint URL.
public string ApiUrl { get; set; }

Property Value

System.String
The API base URL. Default is “https://api\.pinata\.cloud”\.

Example

options.ApiUrl = "https://api.pinata.cloud";

Remarks

This is the base URL for all Pinata API calls. The default value points to Pinata’s production API. Change this only if using a custom Pinata deployment or proxy.