1. Passing files through URLs
The easiest way to pass files to JigsawStack APIs is to pass in your file url. APIs that support file will always supporturl
parameter.
Here are a few examples straight from our API Reference.
2. Passing the files using File Store
The second way to pass files to JigsawStack APIs is to use thefile_store_key
parameter.
This is useful when you want to pass the same file to multiple APIs.
Upload the File to JigsawStack File Store
Then pass the file_store_key
to your desired API
temp_public_url
.
The
temp_public_url
is a temporary URL that will expire after 7 days.