Skip to main content

Sivi Core API

Note: Core API is available for users with Power plan. API Sandbox available for testing. Please refer the Sivi pricing plan

The Sivi Core API provides powerful design generation capabilities for developers, startups, and businesses. It offers a cost-effective way to integrate Sivi's AI-driven design generation into your applications and workflows.

Core API Features

  • Design Generation: Create professional designs using text prompts or structured content
  • Multiple Design Types: Support for various design formats across digital platforms
  • RESTful API: Simple, standards-compliant API design
  • Webhook Support: Receive notifications when design jobs complete
  • JSON Responses: Clean, structured response data
  • Transparent Pricing: Pay only for what you use
  • Developer Resources: SDKs, code samples, and comprehensive documentation
  • Community Support: Access to community resources and help

API Documentation

The Core API provides access to all low-level Sivi design generation capabilities.

Core Endpoints

Common Reference

Testing

Try testing Core API with below links:

  • Core API: Interactive testing for Core API

Getting Started

To get started with the Core API, sign up for a Sivi account and generate your API key.

Authentication

All API requests require authentication using your API key. Include your API key in all requests:

sivi-api-key: YOUR_API_KEY

Enterprise API

For higher rate limits, consider upgrading to the Enterprise Plan

Note: Enterprise APIs have exclusively endpoints. And require an Enterprise account API key.

POST enterprise/<API_ENDPOINT>

Additionally. Enterprise API can call these apis on behalf of your end-users with an additional parameter

"abstractUserId": "281743-2322-34i44sd3-dkfjgdkjf292"

| abstractUserId | string | No | Unique identifier for the user to generate design. If provided, designs will be generated for the specified user. If not provided, designs will be generated for the authenticated API_KEY user. |