Organizations a Data Owners

Super.AI allows data ownership to be assigned to organizations rather than individual members. This approach provides several key advantages, such as:

Centralized Data Ownership: Ensures that data is stored within accounts owned by the organizations, providing greater control over shared information
Operational Continuity: Maintains access to shared data even as individual members join or leave, preserving consistency for ongoing operations.
Facilitated Performance Analysis: A centralized control over data enhances the quality of insights generated by extraction analytics.

How can you Upload Data to the Organization Storage?

  1. Specify the organization name in the upload via API
    When uploading files using SuperAI APIs, you can specify the organizationName parameter and upload data directly to the organization storage. You can find the name of your organization by clicking on the URL of a SuperAI application you are collaborating with, which will look like: https://super.ai/u/youOrganizationName/projects/yourProjectId: yourOrganizationName is the value you are looking for. See more details in our API reference.
  2. Submit Data to the Organization
    When as a member, you submit data you own into an application you are collaborating with, a copy of your data will be automatically uploaded into the organization storage. Bear in mind, that if you resubmit a filename previously submitted, a timestamp will be automatically appended to the end of the filename. This logic guarantees that the organization's owned data is not affected. See how we add timestamps to your files in our API reference.