Generate a permanent, public URL to access your workflow results in JSON, CSV, or JSONL format.
API Download
block is a powerful output method that creates a stable API endpoint (a URL) for your workflow’s results. This allows you or other applications to programmatically access the latest data without needing to log into the platform.
The generated link always provides the data from the last successful run of the workflow.
API Download
block when you need to:
Screenshot: API Download block configuration showing the generated URL.
Return JSON data:
Standard JSON format. Ideal for web applications and structured, potentially nested data.Return CSV data:
Comma-separated values. Best for importing into spreadsheets.Return JSONL data:
JSON Lines format, where each line is a valid JSON object. Useful for streaming or processing large datasets efficiently.API Download
block, a unique URL is generated.API Download
link to quickly import data into a Google Sheet.
API Download
block to Return CSV data
.IMPORTDATA
function with the copied URL:
=IMPORTDATA("https://api.jsonify.com/api/v2/workflow/...")
Google Sheets
output block.