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§
Source§readonly operation?:
| "screenshot"
| "pdf"
| "seo"
| "instagramProfile"
| "spotifyArtistProfile"
| "exchangeRate"
| "imageMetadata"
| "expandURL"
| "qrCode"
| "validateEmail"
readonly operation?:
| "screenshot"
| "pdf"
| "seo"
| "instagramProfile"
| "spotifyArtistProfile"
| "exchangeRate"
| "imageMetadata"
| "expandURL"
| "qrCode"
| "validateEmail"
Default: "pdf"
Source§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 }
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: {}
Source§readonly output?: string
readonly output?: string
The name of the output field to put the binary file data in Default: "data"
Artist name to get details for