Download the PHP package vectorizer/ai without Composer
On this page you can find all versions of the php package vectorizer/ai. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download vectorizer/ai
More information about vectorizer/ai
Files in vectorizer/ai
Package ai
Short Description Official PHP SDK for the Vectorizer.AI image vectorization API.
License Apache-2.0
Homepage https://github.com/clv/vectorizer-ai-php
Informations about the package ai
VectorizerAI
OpenAPI 3.0 specification for the Vectorizer.AI image vectorization API. Authenticate with HTTP Basic auth, using your API Id as the username and your API Secret as the password.
For more information, please visit https://vectorizer.ai/support.
Installation & Usage
Requirements
PHP 7.4 and later. Should also work with PHP 8.0.
Composer
To install the bindings via Composer, add the following to composer.json:
Then run composer install
Manual Installation
Download the files and include autoload.php:
Getting Started
Please follow the installation procedure and then run the following:
API Endpoints
All URIs are relative to https://api.vectorizer.ai/api/v1
| Class | Method | HTTP request | Description |
|---|---|---|---|
| AccountApi | getAccountStatus | GET /account | Get account status |
| VectorizationApi | postDelete | POST /delete | Delete a retained image |
| VectorizationApi | postDownload | POST /download | Download a retained result |
| VectorizationApi | postVectorize | POST /vectorize | Vectorize an image |
Models
- AccountStatusResponse
- DeleteImageResponse
- ErrorResponse
- ErrorResponseError
Authorization
Authentication schemes defined for the API:
basicAuth
- Type: HTTP basic authentication
Tests
To run the tests, use:
Author
About this package
This PHP package is automatically generated by the OpenAPI Generator project:
- API version:
1.0.0- Package version:
1.0.0 - Generator version:
7.6.0
- Package version:
- Build package:
org.openapitools.codegen.languages.PhpClientCodegen
All versions of ai with dependencies
ext-curl Version *
ext-json Version *
ext-mbstring Version *
guzzlehttp/guzzle Version ^7.3
guzzlehttp/psr7 Version ^1.7 || ^2.0