Developer Docs

Explore our technical documentation for API integration, platform usage, and creative development.

API Integration

Authentication

                        // Initialize with API key
                        const apiKey = 'your_256_bit_key';
                        const client = new EbeloClient({
                          apiKey: Buffer.from(apiKey).toString('base64')
                        });

                        // Fetch creative assets
                        client.api.get('/v1/artworks/2025-series', {
                          headers: {
                            'x-api-version': '2025.09.26'
                          }
                        })
                        .then(res => console.log(res.data))
                        .catch(err => {
                          // Handle rate limiting or authentication
                        });
                        

Endpoint Details

Endpoints

/v1/artworks GET
/v1/api-key POST

Authentication

  • Use base64 encoded API keys
  • Rotate keys every 90 days

Platform Setup

Getting Started

  • 1. Register account at contact
  • 2. Verify email for access
  • 3. Generate API credentials

System Requirements

  • Node.js v18.0+
  • Browsers: Safari 16+
  • GraphQL v15+

Developer Tools

CLI

Command Line Interface

For deployment and maintenance tasks

SDK

Software Development Kit

JavaScript/TypeScript supported

Creative Tools

Fractal Generator API

Procedural generation

Create unique fractal patterns using quantum rendering

16K resolution

Export digital prints at maximum quality

Version control

Track iterations and collaborate with other artists