Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 1.08 KB

File metadata and controls

14 lines (9 loc) · 1.08 KB

Automating workflows with the Code Ocean API

The Code Ocean API enables users to interact with Code Ocean programmatically, without using the web application. The Code Ocean API is organized around REST. Our API has predictable resource-oriented URLs, accepts and returns JSON-encoded request bodies and responses, and uses standard HTTP response codes, authentication, and verbs.

Once you have set up an access token in your account, many functions can be performed through the API. Some examples we will talk about include

We also have a Python SDK. The Code Ocean Python SDK makes it easy to leverage the full functionality of the extensive Code Ocean Public API in your Python scripts and applications.


[![Code Ocean Logo](images/hLogo-color.png)](http://codeocean.com/product)