interface OneSimpleApiNodeParameters {
artistName?: string;
download?: boolean;
emailAddress?: string;
fromCurrency?: string;
link?: string;
message?: string;
operation?:
| "screenshot"
| "pdf"
| "seo"
| "instagramProfile"
| "spotifyArtistProfile"
| "exchangeRate"
| "imageMetadata"
| "expandURL"
| "qrCode"
| "validateEmail";
options?: | {
force?: boolean;
page?: | "A0"
| "A1"
| "A2"
| "A3"
| "A4"
| "A5"
| "A6"
| "Ledger"
| "Legal"
| "Letter"
| "Tabloid";
}
| {
format?: "PNG"
| "SVG";
size?: "Small" | "Medium" | "Large";
}
| {
force?: boolean;
fullpage?: boolean;
screen?: | "phone"
| "phone-landscape"
| "retina"
| "tablet"
| "tablet-landscape";
}
| { headers?: boolean };
output?: string;
profileName?: string;
resource?:
| "website"
| "information"
| "socialProfile"
| "utility";
toCurrency?: string;
value?: string;
}Properties§
§§§§§§§§§
readonly artist Name?: string§
readonly download?: booleanWhether to download the PDF or return a link to it
readonly email Address?: string§readonly from Currency?: string§readonly link?: stringLink to webpage to convert
readonly message?: stringThe text that should be turned into a QR code - like a website URL
readonly operation?:
| "screenshot"
| "pdf"
| "seo"
| "instagramProfile"
| "spotifyArtistProfile"
| "exchangeRate"
| "imageMetadata"
| "expandURL"
| "qrCode"
| "validateEmail"Default: "pdf"
readonly options?:
| {
force?: boolean;
page?: | "A0"
| "A1"
| "A2"
| "A3"
| "A4"
| "A5"
| "A6"
| "Ledger"
| "Legal"
| "Letter"
| "Tabloid";
}
| {
format?: "PNG"
| "SVG";
size?: "Small" | "Medium" | "Large";
}
| {
force?: boolean;
fullpage?: boolean;
screen?: | "phone"
| "phone-landscape"
| "retina"
| "tablet"
| "tablet-landscape";
}
| { headers?: boolean }Default: {}
readonly output?: stringThe name of the output field to put the binary file data in Default: "data"
readonly profile Name?: stringProfile name to get details of
readonly resource?: "website" | "information" | "socialProfile" | "utility"Default: "website"
readonly to Currency?: string§readonly value?: stringValue to convert
Artist name to get details for