API Documentation

Audio and Image Convert

Request

POST https://convert.tigerra.com/do-convert/{type}
Parameter Type Value Description
Value in the post URL - {type} string aac-to-aiff, aac-to-flac, aac-to-mp3, aac-to-wav, aiff-to-aac, aiff-to-flac, aiff-to-mp3, aiff-to-wav, flac-to-aac, flac-to-aiff, flac-to-mp3, flac-to-wav, mp3-to-aac, mp3-to-aiff, mp3-to-flac, mp3-to-wav, wav-to-aac, wav-to-aiff, wav-to-flac, wav-to-mp3

heic-to-jpg, pdf-to-jpg, psd-to-jpg, eps-to-jpg, webp-to-jpg, tiff-to-jpg, heic-to-png, psd-to-png, eps-to-png, webp-to-png, svg-to-png, tiff-to-png, jpg-to-png, jpg-to-svg, jpg-to-webp, jpg-to-tiff, jpg-to-gif, png-to-gif, png-to-jpg, png-to-webp, png-to-svg, png-to-tiff, png-to-eps
Type of the convert passed to the path.

Response

{
  "success": true,
  "message": "File converted successfully",
  "data": {
    "file": "https://convert.tigerra.com/storage/converted/converted-file.mp3"
  }
}

Document Convert

Request

POST https://convert.tigerra.com/documents/{type}
Parameter Type Value Description
Value in the post URL - {type} string word-to-pdf, ppt-to-pdf, excel-to-pdf, odt-to-pdf, ods-to-pdf, odp-to-pdf, html-to-pdf, rtf-to-pdf, csv-to-pdf, pdf-to-html, pdf-to-odg, pdf-to-otg, pdf-to-fodg, pdf-to-docx, pdf-to-txt, html-to-odt, pdf-to-xlsx, txt-to-rtf, text-to-html, txt-to-docx, txt-to-doc, txt-to-odt, txt-to-xml, json-to-xml, xml-to-json, csv-to-json, rtf-to-txt, rtf-to-docx, rtf-to-html, rtf-to-doc, rtf-to-odt, rtf-to-ott Type of the convert passed to the path.

Response

{
  "success": true,
  "message": "File converted successfully",
  "data": {
    "file": "https://convert.tigerra.com/storage/converted/converted-file.txt"
  }
}

Font Convert

Request

POST https://convert.tigerra.com/fonts/{type}
Parameter Type Value Description
Value in the post URL - {type} string ttf-to-otf, ttf-to-eot, ttf-to-woff, ttf-to-woff2, woff-to-otf, woff-to-eot, woff-to-ttf, woff-to-woff2, woff2-to-otf, woff2-to-eot, woff2-to-ttf, woff2-to-woff, eot-to-otf, eot-to-ttf, eot-to-woff, eot-to-woff2, otf-to-ttf, otf-to-eot, otf-to-woff, otf-to-woff2 Type of the convert passed to the path.

Response

{
  "success": true,
  "message": "File converted successfully",
  "data": {
    "file": "https://convert.tigerra.com/storage/converted/converted-file.ttf"
  }
}

Video Convert

Request

POST https://convert.tigerra.com/fonts/{type}
Parameter Type Value Description
Value in the post URL - {type} string mp4-to-webm, avi-to-webm, mkv-to-webm, webm-to-mp4, avi-to-mp4, mkv-to-mp4, webm-to-avi, mp4-to-avi, mkv-to-avi Type of the convert passed to the path.

Response

{
  "success": true,
  "message": "File converted successfully",
  "data": {
    "file": "https://convert.tigerra.com/storage/converted/converted-file.mp4"
  }
}

Downmixer

Request

POST https://convert.tigerra.com/downmix-track
Parameter Type Value Description
channel int 1, 2 Required. Channel.

Response

{
  "success": true,
  "message": "File converted successfully",
  "data": {
    "file": "https://convert.tigerra.com/storage/converted/converted-file.mp3"
  }
}

Equalizer

Request

POST https://convert.tigerra.com/equalizer
Parameter Type Value Description
dataset array [10, 10, 10, 10, 10, 10, 10, 10, 10 ,10] Required. Dataset of frequencies. Max: 20, Min: -20

Response

{
  "success": true,
  "message": "File converted successfully",
  "data": {
    "file": "https://convert.tigerra.com/storage/converted/converted-file.mp3"
  }
}

Noice Reduce

Request

POST https://convert.tigerra.com/noice-reduce-track

Response

{
  "success": true,
  "message": "File converted successfully",
  "data": {
    "file": "https://convert.tigerra.com/storage/converted/converted-file.mp3"
  }
}

Audio 3D

Request

POST https://convert.tigerra.com/audio-3d

Response

{
  "success": true,
  "message": "File converted successfully",
  "data": {
    "file": "https://convert.tigerra.com/storage/converted/converted-file.mp3"
  }
}

Volume Changer

Request

POST https://convert.tigerra.com/volume
Parameter Type Value Description
volume int 5, 10, etc. Required. Volume. Max: 20, Min: -20

Response

{
  "success": true,
  "message": "File converted successfully",
  "data": {
    "file": "https://convert.tigerra.com/storage/converted/converted-file.mp3"
  }
}

Bass Booster

Request

POST https://convert.tigerra.com/bass-booster
Parameter Type Value Description
boost int Between 1 and 20 Required. Bass boost value.

Response

{
  "success": true,
  "message": "File converted successfully",
  "data": {
    "file": "https://convert.tigerra.com/storage/converted/converted-file.mp3"
  }
}

Reverse Audio

Request

POST https://convert.tigerra.com/reverse-audio

Response

{
  "success": true,
  "message": "File converted successfully",
  "data": {
    "file": "https://convert.tigerra.com/storage/converted/converted-file.mp3"
  }
}

Tempo Changer

Request

POST https://convert.tigerra.com/tempo
Parameter Type Value Description
boost float 0.5, 1, 2, etc. Required. Value between 0.5 and 2.

Response

{
  "success": true,
  "message": "File converted successfully",
  "data": {
    "file": "https://convert.tigerra.com/storage/converted/converted-file.mp3"
  }
}

Stereo Panner

Request

POST https://convert.tigerra.com/stereo-panner
Parameter Type Value Description
boost int -100, 50, 100, etc. Required. Value between -100 and 100.

Response

{
  "success": true,
  "message": "File converted successfully",
  "data": {
    "file": "https://convert.tigerra.com/storage/converted/converted-file.mp3"
  }
}

Auto Panner

Request

POST https://convert.tigerra.com/auto-panner
Parameter Type Value Description
frequency float Between 0.01 and 5 Required. Frequency.
amount int Between 0.1 and 1 Required. Amount.

Response

{
  "success": true,
  "message": "File converted successfully",
  "data": {
    "file": "https://convert.tigerra.com/storage/converted/converted-file.mp3"
  }
}

Vocal Remover

Request

POST https://convert.tigerra.com/vocal-remover

Response

{
  "success": true,
  "message": "File converted successfully",
  "data": {
    "file": "https://convert.tigerra.com/storage/converted/converted-file.mp3"
  }
}

Pitch Shifter

Request

POST https://convert.tigerra.com/pitch-shifter
Parameter Type Value Description
pitch float 1, 2.5, etc. Required. Pitch shift. Max: 24, Min: -24

Response

{
  "success": true,
  "message": "File converted successfully",
  "data": {
    "file": "https://convert.tigerra.com/storage/converted/converted-file.mp3"
  }
}

Reverb

Request

POST https://convert.tigerra.com/reverb
Parameter Type Value Description
reverberance int 1, 5, etc. Required. Between two values.
has_advanved bool true, or nothing Has or not this param. If has, should have values below.
damping int 0, 100 damping
roomScale int 0, 100 roomScale
stereoDepth int 0, 100 stereoDepth
preDelay int 0, 100 preDelay
wetGain int -10, 10 wetGain

Response

{
  "success": true,
  "message": "File converted successfully",
  "data": {
    "file": "https://convert.tigerra.com/storage/converted/converted-file.mp3"
  }
}

Mono To Stereo

Request

POST https://convert.tigerra.com/mono-to-stereo

Response

{
  "success": true,
  "message": "File converted successfully",
  "data": {
    "file": "https://convert.tigerra.com/storage/converted/converted-file.mp3"
  }
}

Stereo To Mono

Request

POST https://convert.tigerra.com/stereo-to-mono

Response

{
  "success": true,
  "message": "File converted successfully",
  "data": {
    "file": "https://convert.tigerra.com/storage/converted/converted-file.mp3"
  }
}

Drunken Loudspeaker

Request

POST https://convert.tigerra.com/drunken-loudspeaker

Response

{
  "success": true,
  "message": "File converted successfully",
  "data": {
    "file": "https://convert.tigerra.com/storage/converted/converted-file.mp3"
  }
}

Low Frequency Noise

Request

POST https://convert.tigerra.com/low-frequency-noise
Parameter Type Value Description
noice int 1, 500, 22050, etc. Required. Value between 1 and 22050.

PDF Rotate

Request

POST https://convert.tigerra.com/documents/pdf-rotate
Parameter Type Value Description
filerotate int 90, 180, 270 Rotation. 0 is not allowed

PDF Compress

Request

POST https://convert.tigerra.com/documents/pdf-compress