API integration: How to upload a file to Baserow using multipart/form-data

When working on an application that uses the Baserow API, you may need to upload files via the API. To upload a PDF file to a specific endpoint, you need to follow these steps:

  • Access Baserow workspace and table
  • Create a database token
  • Reference the database API documentation
  • Upload a file via POST request
  • Test in Postman or Insomnia
  • Create a file field
  • Update an existing row

Learn how to upload files to Baserow using the API with this step-by-step tutorial!