Load an image from URL and return it as base64 encoded dataParameters: url: Image URL to loadReturns: JSON object containing base64 encoded image data and content type
Request
Query Params
Request Code Samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request GET '/tasks/load_image?url'