Skip to main content

Create Projects and Organizations

This guide walks you through creating organizations and projects to structure your extraction workflows in Sterndesk.

Prerequisites

Before you begin, ensure you have:

Creating an Organization

Organizations are the top-level container for your projects. To create an organization, make a POST request to the organizations endpoint:
The response includes the organization ID you’ll need for creating projects:

Creating a Project

Once you have an organization, you can create projects within it. Projects contain your extraction schemas, collectors, and resulting extractions.
Response:

Listing Your Organizations and Projects

To view all organizations you have access to:
To list projects within an organization:

Updating an Organization or Project

Update an organization’s name:
Update a project’s name:

Deleting Projects and Organizations

Deleting a project permanently removes all associated data including extraction schemas, collectors, and extractions. This action cannot be undone.
Delete a project:
Delete an organization (all projects within it must be deleted first):

Next Steps

Create Extraction Schemas

Define the structure of data you want to extract from documents

Upload Documents

Start uploading documents to your newly created project