Welcome to the SVG.la API!

API Usage Requirements

To use the SVG.la API, you must meet the following requirements:

  • Have an active SVG.la membership. Available plans include:
    • Basic Plan: Suitable for individual users and small projects
    • Growth Plan: Ideal for growing businesses and medium-scale projects
    • Pro Plan: Designed for large enterprises and high-demand users
  • Generate an API Key in your API interface. Follow these steps:
    1. Log in to your SVG.la account
    2. Navigate to the "API interface" page
    3. Click the "Generate Key" button
    4. Copy and securely store the generated API key

Getting Started with the API

Once you have generated your API key, you can start sending requests to the API and generating SVG images. Each API request must include the following HTTP headers:

 Authorization: Bearer YOUR_API_KEY Content-Type: application/json Accept: application/json 

Replace YOUR_API_KEY with your actual API key.

API Usage Guidelines

  • The baseUrl of the interface is https://app.svg.la
  • Keep your API key secure and do not share it with others.
  • If you need higher API usage limits, consider upgrading your membership plan.
  • We recommend implementing error handling in your application to manage potential API errors.

For detailed API usage instructions and all available endpoints, please refer to our complete API documentation. If you encounter any issues during use, please don't hesitate to contact our technical support team.