Yes! Submittable has an API that enables you to access account data programmatically with read-and-write functionality.
Application Programming Interface (API) is a software intermediary that allows two applications to talk to each other. APIs are like messengers that carry requests, tell a system what to do, and then return a response back to the requester. Every time you check the weather on your phone, you’re using an API to request and receive information.
Here are some ways you can use our API:
Publish directly into your content management system, or pull your content directly into the system via the API.
Manage team seats. Using v4, organizations with large numbers of team members can add, update, and remove members in bulk.
Create routine local backups. Our policy has always been to make your data easily accessible. With the API, you can build tools that will allow you to download or export your data easily.
Build your own interface. Submittable is used in hundreds of different ways, and many organizations have their own workflows that can integrate with outside systems or devices. For example, you could build a mobile app or automatically add your authors to your mailing list if they opt in.
Integrate with third-party platforms. One of our favorite services, Zapier, allows anyone to integrate one web service with another easily. For example, if you’d like to automatically import your applicants into MailChimp or Basecamp, Zapier can help you accomplish this without writing a line of code.
To enable API access for your organization's account, go to More>Integrations>API Access and click the Enable API Access button on the bottom left of your screen.
Authentication
You'll need to send your API key along with every API call. Your API key is found in your Submittable account on the Settings page. The API uses Basic Authentication. Your Access Token should be sent as the password portion of the Basic Authentication header:
Throttling Constraints
10 transactions per second
10,000 transactions per hour
For more information about Submittable's API, check out our API Swagger Documentation or Zapier Integration Documentation.