Last active
September 20, 2023 01:02
-
-
Save d2kagw/12cd65a9352b6743c439d1813bb054aa to your computer and use it in GitHub Desktop.
file_upload.js - Via automated deployment - Visit https://learn.lexer.io for more information.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// File Upload API: Produce a URL that can be used to upload a file to. | |
{ | |
"filename": "string", | |
"destination": { | |
"dataset_id": "string", | |
"record_type": "category" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment