ToolYour

ToolYour

API Docs

Convert image to GIF

POST
/api/v1/convertors/to-gif

Authorization

ApiKeyAuth
X-Api-Key<token>

API key created via POST /api/v1/api-keys (shown once at creation)

In: header

Request Body

multipart/form-data

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/octet-stream

application/json

application/json

curl -X POST "https://example.com/api/v1/convertors/to-gif" \  -F image="string"
"string"
{  "status": 400,  "message": "string"}
Empty
{  "status": 400,  "message": "string"}
Empty
Empty