Use this endpoint to upload data to the Estuary Node, one file at a time.
For more of an explanation, read this.
Adding this query paramter will add the file to any collection.
Adding this query paramter will add the file to a specific path in the collection
We will be adding more code examples and more details over time. Thanks for bearing with us and our team! If you have ideas, write us some feedback.
curl -X POST https://api.estuary.tech/content/add -H "Authorization: Bearer REPLACE_ME_WITH_API_KEY" -H "Accept: application/json" -H "Content-Type: multipart/form-data" -F "data=@PATH_TO_FILE_BUT_REMEMBER_THE_@_SYMBOL_IS_REQUIRED"
null