Spin.AI website screenshot

Spin.AI

Spin.AI is a SaaS security platform providing data protection, ransomware detection, and compliance management for cloud applications including Google Workspace, Microsoft 365, Salesforce, and Slack. The SpinOne Public API enables programmatic integration for managing backup entity lifecycle across enterprise SaaS environments.

1 APIs 0 Features
BackupComplianceData ProtectionRansomwareSaaS Security

APIs

Spin.AI SpinOne API

The SpinOne Public API provides programmatic access to SaaS data protection management. It enables reading, filtering, and updating the backup status of entities (users, groups,...

Collections

Pricing Plans

Spin Ai Plans Pricing

3 plans

PLANS

Rate Limits

Spin Ai Rate Limits

5 limits

RATE LIMITS

FinOps

Semantic Vocabularies

Spin Ai Context

3 classes · 10 properties

JSON-LD

API Governance Rules

Spin.AI API Rules

8 rules · 3 errors 5 warnings

SPECTRAL

JSON Structure

Spin Ai Entity Structure

0 properties

JSON STRUCTURE

Example Payloads

Resources

🔗
Website
Website
🔗
Documentation
Documentation
🌐
Portal
Portal
💬
Support
Support
📜
TermsOfService
TermsOfService
📜
PrivacyPolicy
PrivacyPolicy
📰
Blog
Blog
📰
BlogRSS
BlogRSS
🔗
LinkedIn
LinkedIn
🔗
OpenAPI
OpenAPI
🔗
SpectralRules
SpectralRules
🔗
Vocabulary
Vocabulary
🔗
LlmsText
LlmsText

Sources

Raw ↑
opencollection: 1.0.0
info:
  name: Spin.AI SpinOne API
  version: '1.0'
request:
  auth:
    type: apikey
    key: Authorization
    value: '{{Authorization}}'
    placement: header
items:
- info:
    name: Entities
    type: folder
  items:
  - info:
      name: Get All Backup Entities
      type: http
    http:
      method: GET
      url: https://apg-1.spin.ai/api/v1/integration/backup/entities/all
      params:
      - name: platform
        value: ''
        type: query
        description: Filter entities by SaaS platform
    docs: Retrieves all entities (users, groups, shared drives) that are managed by the SpinOne backup platform. Returns the
      complete list of entities for the authenticated organization with their current backup status, entity type, and configuration
      details.
  - info:
      name: Filter Backup Entities
      type: http
    http:
      method: POST
      url: https://apg-1.spin.ai/api/v1/integration/backup/entities/filter
      body:
        type: json
        data: '{}'
    docs: Retrieves a filtered subset of entities managed by the SpinOne backup platform. Filtering criteria can include entity
      type, status, platform, and other attributes. Useful for querying specific subsets of users or groups for reporting
      or workflow integration.
  - info:
      name: Update Entity Backup Status
      type: http
    http:
      method: POST
      url: https://apg-1.spin.ai/api/v1/integration/backup/entity/status
      body:
        type: json
        data: '{}'
    docs: Updates the backup status of one or more entities in the SpinOne platform. Allows changing entity status to ACTIVE
      (include in backup), ARCHIVED (exclude from backup but retain data), or DISABLED (exclude from backup and stop data
      retention). This operation requires the Entity.ReadWrite.All scope.
bundled: true