Create a new project

List the projects owned by and accessible to a particular user. Each project's ID and URL will be returned. Please keep in mind that you will only be able to list projects you are a member of.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
📘

Path for Seven Bridges Platform EU

If you are using Seven Bridges Platform EU, please use the following endpoint: https://eu-api.sbgenomics.com/v2/projects

👍

Project short names

Recall from the API Overview that projects are assigned short names. When you specify the given name of your project, in the request body, the short name will be automatically generated, using the process described in the API Overview.

See a list of Seven Bridges Platform-specific response codes that may be contained in the body of the response.

Interpreting the response body

  • The response will include an empty list [] for the object tags. This is a legacy feature of the API, and should be ignored.
  • The field locked is set to true, which means you've created a locked project. Locking down a project prevents any Seven Bridges team member from viewing any information about the task.
Query Params
fields
array of strings

Selector specifying a subset of fields to include in the response.

fields
Body Params
string
required

The name of the project you are creating.

string

Description of the project.

string

The ID of the billing group for the project. List all billing groups to find your billing group ID. If not specified, the first billing group from the list of billing groups available to you available to you will be used.

settings
object

Contains detailed project settings. Expand for more details.

Headers
string
required

Your Seven Bridges Platform authentication token. For security reasons, token will not be automatically populated in the generated code sample. Please replace <your-token-here> with your token before executing this call.

Response

Language
LoadingLoading…
Response
Choose an example:
application/json