Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 1.2 KB

File metadata and controls

29 lines (21 loc) · 1.2 KB
description The Code Ocean API enables users to interact with Code Ocean programmatically, without using the web application.
metaLinks
alternates

Code Ocean API

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.

There are two ways to use the Code Ocean API, directly and via the 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.

See our Github!

Public API Overview

{% embed url="https://www.youtube.com/watch?index=10&list=PL3WJYTtCMOCXqZK2sRfPrQmbzb2OI_EwG&v=RTJWqiv4LyU" %}

This guide covers the following:

  1. Authentication
  2. Errors
  3. Capsule
  4. Computation
  5. Data Asset
  6. Python SDK