Skip to main content
Our API is a alternative way to access our convertion services directly through HTTP requests. Its recommended to use the SDK unless your environment does not support npm packages. We have simplified the API to make it easy to use with clear endpoints and consistent request/response structures.

When to Use the API Instead of the SDK?

  • Environment Limitations: If your environment doesn’t support npm (e.g., a non-JavaScript runtime).
  • Direct Control: If you need direct control over HTTP requests for specific use cases that the SDK doesn’t cover.
  • Lightweight Needs: If you want to avoid adding an additional dependency to your project.