We provide access to the Conversion Tools services via the HTTP-based REST API using the token authentication. API request and response are formatted in JSON.
We maintain the following official REST API Client libraries:
When account is created we generate the API Token for accessing the Conversion Tools REST API.
API Token can be found at your Profile.
API Token should be passed to HTTP request in the Authorization
HTTP header with the Bearer
authentication scheme as follows:
Authorization: Bearer <API Token>
The following sample request checking the access to the Conversion Tools REST API:
curl -sSX GET https://api.conversiontools.io/v1/ \
-H "Content-Type: application/json" \
-H "Authorization: Bearer <API Token>"
Conversion Tools REST API is available at:
https://api.conversiontools.io/v1/
API Request should contain the following components:
GET
or POST
Authorization
HTTP header with API TokenContent-Type
HTTP header with type application/json
The following sample API request creates new conversion task:
curl -sSX POST https://api.conversiontools.io/v1/tasks \
-H "Content-Type: application/json" \
-H "Authorization: Bearer <API Token>" \
-d '{
"type": "convert.website_to_jpg",
"options": {
"url": "http://google.com",
"images": "yes"
}
}'
General format of the API response has error
field and some optional <data>
:
{
"error": "<error text>",
<data>
}
In case of success, <error text>
will be empty (null
), for example:
{
"error": null,
"task_id": "4147c475ffe94ec8a11aff9a6a8f437a"
}
In case of error, <error text>
will contain the error description, for example:
{
"error": "Bad request"
}
File conversion process consists of the following 4 steps:
In case when you providing the file by Internet URL - start with a Step 2.
For file upload use a HTTP POST file upload request with the Content-Type: multipart/form-data
header.
See sample request below.
POST https://api.conversiontools.io/v1/files
Authorization: Bearer <API Token> |
Content-Type: multipart/form-data |
file | (required) | A file reference |
Success response will contain file_id
field, which contains the identifier of the uploaded file:
{
"error": null,
"file_id": "be87de1a680c4451a49a72df3fecd3fd"
}
This file_id
value should be used in the following step (Run conversion task).
curl
:
curl -sSX POST https://api.conversiontools.io/v1/files \
-H "Authorization: Bearer <API Token>" \
-F "file=@/home/user/Desktop/test.xml"
Please note: -F
parameter of curl
automatically adding header Content-Type: multipart/form-data
to the request.
POST https://api.conversiontools.io/v1/tasks
Authorization: Bearer <API Token> |
Content-Type: application/json |
type | (required) | Conversion type, for example convert.website_to_pdf . See list of available conversion types. |
options | (required) | Set of options, different for every conversion task, see the tables below. |
options
parameters generic for every conversion task:file_id | (required, when converting the file uploaded to the server) | For conversions which require a file to be uploaded, this is the file_id returned by POST /files request (from Step 1). |
url | (required, when converting the file from the Internet by link) | For conversions which accepts file by URL, this is a place to put it. |
options
parameters specific per conversion task:Please click on the conversion type to see the list of available options.
convert.ocr_png_to_text
- PNG to Text Converter Online | OCR PNG Image to TextParameter | Required | Possible values |
---|---|---|
file_id | (required) | file_id of the file to convert |
language_ocr | (optional) | Languages used on the image for OCR For multiple values - separate values with comma: eng,fra afr - Afrikaans amh - Amharic ara - Arabic asm - Assamese aze - Azerbaijani aze_cyrl - Azerbaijani - Cyrilic bel - Belarusian ben - Bengali bod - Tibetan bos - Bosnian bre - Breton bul - Bulgarian cat - Catalan; Valencian ceb - Cebuano ces - Czech chi_sim - Chinese - Simplified chi_tra - Chinese - Traditional chr - Cherokee cos - Corsican cym - Welsh dan - Danish dan_frak - Danish - Fraktur deu - German deu_frak - German - Fraktur dzo - Dzongkha ell - Greek, Modern (1453-) eng - English enm - English, Middle (1100-1500) epo - Esperanto est - Estonian eus - Basque fao - Faroese fas - Persian fil - Filipino (old - Tagalog) fin - Finnish fra - French frk - German - Fraktur frm - French, Middle (ca.1400-1600) fry - Western Frisian gla - Scottish Gaelic gle - Irish glg - Galician grc - Greek, Ancient (to 1453) guj - Gujarati hat - Haitian; Haitian Creole heb - Hebrew hin - Hindi hrv - Croatian hun - Hungarian hye - Armenian iku - Inuktitut ind - Indonesian isl - Icelandic ita - Italian ita_old - Italian - Old jav - Javanese jpn - Japanese kan - Kannada kat - Georgian kat_old - Georgian - Old kaz - Kazakh khm - Central Khmer kir - Kirghiz; Kyrgyz kmr - Kurmanji (Kurdish - Latin Script) kor - Korean kor_vert - Korean (vertical) kur - Kurdish (Arabic Script) lao - Lao lat - Latin lav - Latvian lit - Lithuanian ltz - Luxembourgish mal - Malayalam mar - Marathi mkd - Macedonian mlt - Maltese mon - Mongolian mri - Maori msa - Malay mya - Burmese nep - Nepali nld - Dutch; Flemish nor - Norwegian oci - Occitan (post 1500) ori - Oriya osd - Orientation and script detection module pan - Panjabi; Punjabi pol - Polish por - Portuguese pus - Pushto; Pashto que - Quechua ron - Romanian; Moldavian; Moldovan rus - Russian san - Sanskrit sin - Sinhala; Sinhalese slk - Slovak slk_frak - Slovak - Fraktur slv - Slovenian snd - Sindhi spa - Spanish; Castilian spa_old - Spanish; Castilian - Old sqi - Albanian srp - Serbian srp_latn - Serbian - Latin sun - Sundanese swa - Swahili swe - Swedish syr - Syriac tam - Tamil tat - Tatar tel - Telugu tgk - Tajik tgl - Tagalog (new - Filipino) tha - Thai tir - Tigrinya ton - Tonga tur - Turkish uig - Uighur; Uyghur ukr - Ukrainian urd - Urdu uzb - Uzbek uzb_cyrl - Uzbek - Cyrilic vie - Vietnamese yid - Yiddish yor - Yoruba |
For optional parameters the default value highlighted in bold text. |
convert.ocr_jpg_to_text
- OCR: Convert JPG to Text Online | JPG to Text ConverterParameter | Required | Possible values |
---|---|---|
file_id | (required) | file_id of the file to convert |
language_ocr | (optional) | Languages used on the image for OCR For multiple values - separate values with comma: eng,fra afr - Afrikaans amh - Amharic ara - Arabic asm - Assamese aze - Azerbaijani aze_cyrl - Azerbaijani - Cyrilic bel - Belarusian ben - Bengali bod - Tibetan bos - Bosnian bre - Breton bul - Bulgarian cat - Catalan; Valencian ceb - Cebuano ces - Czech chi_sim - Chinese - Simplified chi_tra - Chinese - Traditional chr - Cherokee cos - Corsican cym - Welsh dan - Danish dan_frak - Danish - Fraktur deu - German deu_frak - German - Fraktur dzo - Dzongkha ell - Greek, Modern (1453-) eng - English enm - English, Middle (1100-1500) epo - Esperanto est - Estonian eus - Basque fao - Faroese fas - Persian fil - Filipino (old - Tagalog) fin - Finnish fra - French frk - German - Fraktur frm - French, Middle (ca.1400-1600) fry - Western Frisian gla - Scottish Gaelic gle - Irish glg - Galician grc - Greek, Ancient (to 1453) guj - Gujarati hat - Haitian; Haitian Creole heb - Hebrew hin - Hindi hrv - Croatian hun - Hungarian hye - Armenian iku - Inuktitut ind - Indonesian isl - Icelandic ita - Italian ita_old - Italian - Old jav - Javanese jpn - Japanese kan - Kannada kat - Georgian kat_old - Georgian - Old kaz - Kazakh khm - Central Khmer kir - Kirghiz; Kyrgyz kmr - Kurmanji (Kurdish - Latin Script) kor - Korean kor_vert - Korean (vertical) kur - Kurdish (Arabic Script) lao - Lao lat - Latin lav - Latvian lit - Lithuanian ltz - Luxembourgish mal - Malayalam mar - Marathi mkd - Macedonian mlt - Maltese mon - Mongolian mri - Maori msa - Malay mya - Burmese nep - Nepali nld - Dutch; Flemish nor - Norwegian oci - Occitan (post 1500) ori - Oriya osd - Orientation and script detection module pan - Panjabi; Punjabi pol - Polish por - Portuguese pus - Pushto; Pashto que - Quechua ron - Romanian; Moldavian; Moldovan rus - Russian san - Sanskrit sin - Sinhala; Sinhalese slk - Slovak slk_frak - Slovak - Fraktur slv - Slovenian snd - Sindhi spa - Spanish; Castilian spa_old - Spanish; Castilian - Old sqi - Albanian srp - Serbian srp_latn - Serbian - Latin sun - Sundanese swa - Swahili swe - Swedish syr - Syriac tam - Tamil tat - Tatar tel - Telugu tgk - Tajik tgl - Tagalog (new - Filipino) tha - Thai tir - Tigrinya ton - Tonga tur - Turkish uig - Uighur; Uyghur ukr - Ukrainian urd - Urdu uzb - Uzbek uzb_cyrl - Uzbek - Cyrilic vie - Vietnamese yid - Yiddish yor - Yoruba |
For optional parameters the default value highlighted in bold text. |
convert.ocr_png_to_pdf
- OCR: Convert PNG to PDF Online | PNG to PDF ConverterParameter | Required | Possible values |
---|---|---|
file_id | (required) | file_id of the file to convert |
language_ocr | (optional) | Languages used on the image for OCR For multiple values - separate values with comma: eng,fra afr - Afrikaans amh - Amharic ara - Arabic asm - Assamese aze - Azerbaijani aze_cyrl - Azerbaijani - Cyrilic bel - Belarusian ben - Bengali bod - Tibetan bos - Bosnian bre - Breton bul - Bulgarian cat - Catalan; Valencian ceb - Cebuano ces - Czech chi_sim - Chinese - Simplified chi_tra - Chinese - Traditional chr - Cherokee cos - Corsican cym - Welsh dan - Danish dan_frak - Danish - Fraktur deu - German deu_frak - German - Fraktur dzo - Dzongkha ell - Greek, Modern (1453-) eng - English enm - English, Middle (1100-1500) epo - Esperanto est - Estonian eus - Basque fao - Faroese fas - Persian fil - Filipino (old - Tagalog) fin - Finnish fra - French frk - German - Fraktur frm - French, Middle (ca.1400-1600) fry - Western Frisian gla - Scottish Gaelic gle - Irish glg - Galician grc - Greek, Ancient (to 1453) guj - Gujarati hat - Haitian; Haitian Creole heb - Hebrew hin - Hindi hrv - Croatian hun - Hungarian hye - Armenian iku - Inuktitut ind - Indonesian isl - Icelandic ita - Italian ita_old - Italian - Old jav - Javanese jpn - Japanese kan - Kannada kat - Georgian kat_old - Georgian - Old kaz - Kazakh khm - Central Khmer kir - Kirghiz; Kyrgyz kmr - Kurmanji (Kurdish - Latin Script) kor - Korean kor_vert - Korean (vertical) kur - Kurdish (Arabic Script) lao - Lao lat - Latin lav - Latvian lit - Lithuanian ltz - Luxembourgish mal - Malayalam mar - Marathi mkd - Macedonian mlt - Maltese mon - Mongolian mri - Maori msa - Malay mya - Burmese nep - Nepali nld - Dutch; Flemish nor - Norwegian oci - Occitan (post 1500) ori - Oriya osd - Orientation and script detection module pan - Panjabi; Punjabi pol - Polish por - Portuguese pus - Pushto; Pashto que - Quechua ron - Romanian; Moldavian; Moldovan rus - Russian san - Sanskrit sin - Sinhala; Sinhalese slk - Slovak slk_frak - Slovak - Fraktur slv - Slovenian snd - Sindhi spa - Spanish; Castilian spa_old - Spanish; Castilian - Old sqi - Albanian srp - Serbian srp_latn - Serbian - Latin sun - Sundanese swa - Swahili swe - Swedish syr - Syriac tam - Tamil tat - Tatar tel - Telugu tgk - Tajik tgl - Tagalog (new - Filipino) tha - Thai tir - Tigrinya ton - Tonga tur - Turkish uig - Uighur; Uyghur ukr - Ukrainian urd - Urdu uzb - Uzbek uzb_cyrl - Uzbek - Cyrilic vie - Vietnamese yid - Yiddish yor - Yoruba |
For optional parameters the default value highlighted in bold text. |
convert.ocr_jpg_to_pdf
- OCR: Convert JPG to PDF Online | JPG to PDF ConverterParameter | Required | Possible values |
---|---|---|
file_id | (required) | file_id of the file to convert |
language_ocr | (optional) | Languages used on the image for OCR For multiple values - separate values with comma: eng,fra afr - Afrikaans amh - Amharic ara - Arabic asm - Assamese aze - Azerbaijani aze_cyrl - Azerbaijani - Cyrilic bel - Belarusian ben - Bengali bod - Tibetan bos - Bosnian bre - Breton bul - Bulgarian cat - Catalan; Valencian ceb - Cebuano ces - Czech chi_sim - Chinese - Simplified chi_tra - Chinese - Traditional chr - Cherokee cos - Corsican cym - Welsh dan - Danish dan_frak - Danish - Fraktur deu - German deu_frak - German - Fraktur dzo - Dzongkha ell - Greek, Modern (1453-) eng - English enm - English, Middle (1100-1500) epo - Esperanto est - Estonian eus - Basque fao - Faroese fas - Persian fil - Filipino (old - Tagalog) fin - Finnish fra - French frk - German - Fraktur frm - French, Middle (ca.1400-1600) fry - Western Frisian gla - Scottish Gaelic gle - Irish glg - Galician grc - Greek, Ancient (to 1453) guj - Gujarati hat - Haitian; Haitian Creole heb - Hebrew hin - Hindi hrv - Croatian hun - Hungarian hye - Armenian iku - Inuktitut ind - Indonesian isl - Icelandic ita - Italian ita_old - Italian - Old jav - Javanese jpn - Japanese kan - Kannada kat - Georgian kat_old - Georgian - Old kaz - Kazakh khm - Central Khmer kir - Kirghiz; Kyrgyz kmr - Kurmanji (Kurdish - Latin Script) kor - Korean kor_vert - Korean (vertical) kur - Kurdish (Arabic Script) lao - Lao lat - Latin lav - Latvian lit - Lithuanian ltz - Luxembourgish mal - Malayalam mar - Marathi mkd - Macedonian mlt - Maltese mon - Mongolian mri - Maori msa - Malay mya - Burmese nep - Nepali nld - Dutch; Flemish nor - Norwegian oci - Occitan (post 1500) ori - Oriya osd - Orientation and script detection module pan - Panjabi; Punjabi pol - Polish por - Portuguese pus - Pushto; Pashto que - Quechua ron - Romanian; Moldavian; Moldovan rus - Russian san - Sanskrit sin - Sinhala; Sinhalese slk - Slovak slk_frak - Slovak - Fraktur slv - Slovenian snd - Sindhi spa - Spanish; Castilian spa_old - Spanish; Castilian - Old sqi - Albanian srp - Serbian srp_latn - Serbian - Latin sun - Sundanese swa - Swahili swe - Swedish syr - Syriac tam - Tamil tat - Tatar tel - Telugu tgk - Tajik tgl - Tagalog (new - Filipino) tha - Thai tir - Tigrinya ton - Tonga tur - Turkish uig - Uighur; Uyghur ukr - Ukrainian urd - Urdu uzb - Uzbek uzb_cyrl - Uzbek - Cyrilic vie - Vietnamese yid - Yiddish yor - Yoruba |
For optional parameters the default value highlighted in bold text. |
convert.ocr_pdf_to_text
- OCR: Convert PDF to Text Online | PDF to Text ConverterParameter | Required | Possible values |
---|---|---|
file_id | (required) | file_id of the file to convert |
language_ocr | (optional) | Languages used on the image for OCR For multiple values - separate values with comma: eng,fra afr - Afrikaans amh - Amharic ara - Arabic asm - Assamese aze - Azerbaijani aze_cyrl - Azerbaijani - Cyrilic bel - Belarusian ben - Bengali bod - Tibetan bos - Bosnian bre - Breton bul - Bulgarian cat - Catalan; Valencian ceb - Cebuano ces - Czech chi_sim - Chinese - Simplified chi_tra - Chinese - Traditional chr - Cherokee cos - Corsican cym - Welsh dan - Danish dan_frak - Danish - Fraktur deu - German deu_frak - German - Fraktur dzo - Dzongkha ell - Greek, Modern (1453-) eng - English enm - English, Middle (1100-1500) epo - Esperanto est - Estonian eus - Basque fao - Faroese fas - Persian fil - Filipino (old - Tagalog) fin - Finnish fra - French frk - German - Fraktur frm - French, Middle (ca.1400-1600) fry - Western Frisian gla - Scottish Gaelic gle - Irish glg - Galician grc - Greek, Ancient (to 1453) guj - Gujarati hat - Haitian; Haitian Creole heb - Hebrew hin - Hindi hrv - Croatian hun - Hungarian hye - Armenian iku - Inuktitut ind - Indonesian isl - Icelandic ita - Italian ita_old - Italian - Old jav - Javanese jpn - Japanese kan - Kannada kat - Georgian kat_old - Georgian - Old kaz - Kazakh khm - Central Khmer kir - Kirghiz; Kyrgyz kmr - Kurmanji (Kurdish - Latin Script) kor - Korean kor_vert - Korean (vertical) kur - Kurdish (Arabic Script) lao - Lao lat - Latin lav - Latvian lit - Lithuanian ltz - Luxembourgish mal - Malayalam mar - Marathi mkd - Macedonian mlt - Maltese mon - Mongolian mri - Maori msa - Malay mya - Burmese nep - Nepali nld - Dutch; Flemish nor - Norwegian oci - Occitan (post 1500) ori - Oriya osd - Orientation and script detection module pan - Panjabi; Punjabi pol - Polish por - Portuguese pus - Pushto; Pashto que - Quechua ron - Romanian; Moldavian; Moldovan rus - Russian san - Sanskrit sin - Sinhala; Sinhalese slk - Slovak slk_frak - Slovak - Fraktur slv - Slovenian snd - Sindhi spa - Spanish; Castilian spa_old - Spanish; Castilian - Old sqi - Albanian srp - Serbian srp_latn - Serbian - Latin sun - Sundanese swa - Swahili swe - Swedish syr - Syriac tam - Tamil tat - Tatar tel - Telugu tgk - Tajik tgl - Tagalog (new - Filipino) tha - Thai tir - Tigrinya ton - Tonga tur - Turkish uig - Uighur; Uyghur ukr - Ukrainian urd - Urdu uzb - Uzbek uzb_cyrl - Uzbek - Cyrilic vie - Vietnamese yid - Yiddish yor - Yoruba |
For optional parameters the default value highlighted in bold text. |
convert.ocr_pdf_to_pdf
- OCR: Convert PDF Image to PDF Text Online | PDF ConverterParameter | Required | Possible values |
---|---|---|
file_id | (required) | file_id of the file to convert |
language_ocr | (optional) | Languages used on the image for OCR For multiple values - separate values with comma: eng,fra afr - Afrikaans amh - Amharic ara - Arabic asm - Assamese aze - Azerbaijani aze_cyrl - Azerbaijani - Cyrilic bel - Belarusian ben - Bengali bod - Tibetan bos - Bosnian bre - Breton bul - Bulgarian cat - Catalan; Valencian ceb - Cebuano ces - Czech chi_sim - Chinese - Simplified chi_tra - Chinese - Traditional chr - Cherokee cos - Corsican cym - Welsh dan - Danish dan_frak - Danish - Fraktur deu - German deu_frak - German - Fraktur dzo - Dzongkha ell - Greek, Modern (1453-) eng - English enm - English, Middle (1100-1500) epo - Esperanto est - Estonian eus - Basque fao - Faroese fas - Persian fil - Filipino (old - Tagalog) fin - Finnish fra - French frk - German - Fraktur frm - French, Middle (ca.1400-1600) fry - Western Frisian gla - Scottish Gaelic gle - Irish glg - Galician grc - Greek, Ancient (to 1453) guj - Gujarati hat - Haitian; Haitian Creole heb - Hebrew hin - Hindi hrv - Croatian hun - Hungarian hye - Armenian iku - Inuktitut ind - Indonesian isl - Icelandic ita - Italian ita_old - Italian - Old jav - Javanese jpn - Japanese kan - Kannada kat - Georgian kat_old - Georgian - Old kaz - Kazakh khm - Central Khmer kir - Kirghiz; Kyrgyz kmr - Kurmanji (Kurdish - Latin Script) kor - Korean kor_vert - Korean (vertical) kur - Kurdish (Arabic Script) lao - Lao lat - Latin lav - Latvian lit - Lithuanian ltz - Luxembourgish mal - Malayalam mar - Marathi mkd - Macedonian mlt - Maltese mon - Mongolian mri - Maori msa - Malay mya - Burmese nep - Nepali nld - Dutch; Flemish nor - Norwegian oci - Occitan (post 1500) ori - Oriya osd - Orientation and script detection module pan - Panjabi; Punjabi pol - Polish por - Portuguese pus - Pushto; Pashto que - Quechua ron - Romanian; Moldavian; Moldovan rus - Russian san - Sanskrit sin - Sinhala; Sinhalese slk - Slovak slk_frak - Slovak - Fraktur slv - Slovenian snd - Sindhi spa - Spanish; Castilian spa_old - Spanish; Castilian - Old sqi - Albanian srp - Serbian srp_latn - Serbian - Latin sun - Sundanese swa - Swahili swe - Swedish syr - Syriac tam - Tamil tat - Tatar tel - Telugu tgk - Tajik tgl - Tagalog (new - Filipino) tha - Thai tir - Tigrinya ton - Tonga tur - Turkish uig - Uighur; Uyghur ukr - Ukrainian urd - Urdu uzb - Uzbek uzb_cyrl - Uzbek - Cyrilic vie - Vietnamese yid - Yiddish yor - Yoruba |
For optional parameters the default value highlighted in bold text. |
convert.mov_to_mp4
- Convert MOV to MP4 Online | MOV to MP4 ConverterParameter | Required | Possible values |
---|---|---|
file_id | (required) | file_id of the file to convert |
For optional parameters the default value highlighted in bold text. |
convert.mkv_to_mp4
- Convert MKV to MP4 Online | MKV to MP4 ConverterParameter | Required | Possible values |
---|---|---|
file_id | (required) | file_id of the file to convert |
For optional parameters the default value highlighted in bold text. |
convert.avi_to_mp4
- Convert AVI to MP4 Online | AVI to MP4 ConverterParameter | Required | Possible values |
---|---|---|
file_id | (required) | file_id of the file to convert |
For optional parameters the default value highlighted in bold text. |
convert.mp4_to_mp3
- Convert MP4 to MP3 Online | MP4 to MP3 ConverterParameter | Required | Possible values |
---|---|---|
file_id | (required) | file_id of the file to convert |
bitrate | (optional) | default 96 128 160 192 256 320 |
For optional parameters the default value highlighted in bold text. |
convert.wav_to_mp3
- Convert WAV to MP3 Online | WAV to MP3 ConverterParameter | Required | Possible values |
---|---|---|
file_id | (required) | file_id of the file to convert |
bitrate | (optional) | default 96 128 160 192 256 320 |
For optional parameters the default value highlighted in bold text. |
convert.flac_to_mp3
- Convert FLAC to MP3 Online | FLAC to MP3 ConverterParameter | Required | Possible values |
---|---|---|
file_id | (required) | file_id of the file to convert |
bitrate | (optional) | default 96 128 160 192 256 320 |
For optional parameters the default value highlighted in bold text. |
convert.mp3_to_wav
- Convert MP3 to WAV Online | MP3 to WAV ConverterParameter | Required | Possible values |
---|---|---|
file_id | (required) | file_id of the file to convert |
sampling_rate | (optional) | default 8000 16000 44100 48000 |
bit_depth | (optional) | 8 16 24 32 |
audio_channels | (optional) | default 1 2 |
For optional parameters the default value highlighted in bold text. |
convert.flac_to_wav
- Convert FLAC to WAV Online | FLAC to WAV ConverterParameter | Required | Possible values |
---|---|---|
file_id | (required) | file_id of the file to convert |
sampling_rate | (optional) | default 8000 16000 44100 48000 |
bit_depth | (optional) | 8 16 24 32 |
audio_channels | (optional) | default 1 2 |
For optional parameters the default value highlighted in bold text. |
convert.wav_to_flac
- Convert WAV to FLAC Online | WAV to FLAC ConverterParameter | Required | Possible values |
---|---|---|
file_id | (required) | file_id of the file to convert |
For optional parameters the default value highlighted in bold text. |
convert.website_to_pdf
- Convert HTML to PDF Online | HTML to PDF ConverterParameter | Required | Possible values |
---|---|---|
file_id | (required, when converting the uploaded file) | file_id of the file to convert |
url | (required, when converting the file from url) | Internet URL of the file to convert |
orientation | (optional) | Landscape Portrait |
pagesize | (optional) | A4 B5 Letter |
colormode | (optional) | colored grayscale |
background | (optional) | yes no |
images | (optional) | yes no |
javascript | (optional) | yes no |
margin_top | (optional) | Top Margin, in px, for example: 30 |
margin_right | (optional) | Right Margin, in px, for example: 30 |
margin_bottom | (optional) | Bottom Margin, in px, for example: 30 |
margin_left | (optional) | Left Margin, in px, for example: 30 |
For optional parameters the default value highlighted in bold text. |
convert.word_to_pdf
- Convert Word to PDF Online | Word to PDF ConverterParameter | Required | Possible values |
---|---|---|
file_id | (required) | file_id of the file to convert |
For optional parameters the default value highlighted in bold text. |
convert.powerpoint_to_pdf
- Convert PowerPoint to PDF Online | PowerPoint to PDF ConverterParameter | Required | Possible values |
---|---|---|
file_id | (required) | file_id of the file to convert |
For optional parameters the default value highlighted in bold text. |
convert.oxps_to_pdf
- Convert OXPS to PDF Online | OXPS to PDF ConverterParameter | Required | Possible values |
---|---|---|
file_id | (required) | file_id of the file to convert |
For optional parameters the default value highlighted in bold text. |
convert.word_to_text
- Convert Word to Text Online | Word to TXT ConverterParameter | Required | Possible values |
---|---|---|
file_id | (required) | file_id of the file to convert |
For optional parameters the default value highlighted in bold text. |
convert.powerpoint_to_text
- Convert PowerPoint to Text Online | PowerPoint to TXT ConverterParameter | Required | Possible values |
---|---|---|
file_id | (required) | file_id of the file to convert |
For optional parameters the default value highlighted in bold text. |
convert.jpg_to_pdf
- Convert JPG to PDF Online | JPG to PDF ConverterParameter | Required | Possible values |
---|---|---|
file_id | (required) | file_id of the file to convert |
orientation | (optional) | Landscape Portrait |
For optional parameters the default value highlighted in bold text. |
convert.png_to_pdf
- Convert from PNG to PDF Online | Change PNG to PDF in High QualityParameter | Required | Possible values |
---|---|---|
file_id | (required) | file_id of the file to convert |
orientation | (optional) | Landscape Portrait |
For optional parameters the default value highlighted in bold text. |
convert.markdown_to_pdf
- Convert Markdown to PDF Online | Markdown to PDF ConverterParameter | Required | Possible values |
---|---|---|
file_id | (required) | file_id of the file to convert |
For optional parameters the default value highlighted in bold text. |
convert.markdown_to_html
- Convert Markdown to HTML Online | Markdown to HTML ConverterParameter | Required | Possible values |
---|---|---|
file_id | (required) | file_id of the file to convert |
For optional parameters the default value highlighted in bold text. |
convert.markdown_to_epub
- Convert Markdown to ePUB Online | Markdown to ePUB ConverterParameter | Required | Possible values |
---|---|---|
file_id | (required) | file_id of the file to convert |
For optional parameters the default value highlighted in bold text. |
convert.website_to_jpg
- Convert Website to JPG. Create Website Thumbnail. Save Website as Image. HTML to JPG ConverterParameter | Required | Possible values |
---|---|---|
url | (required) | Internet URL of the file to convert |
background | (optional) | yes no |
images | (optional) | yes no |
javascript | (optional) | yes no |
viewport_width | (optional) | Viewport Width, in px, for example: 1080 |
viewport_height | (optional) | Viewport Height, in px, for example: 1920 |
emulate_device | (optional) | Blackberry PlayBook, Blackberry PlayBook landscape, BlackBerry Z30, BlackBerry Z30 landscape, Galaxy Note 3, Galaxy Note 3 landscape, Galaxy Note II, Galaxy Note II landscape, Galaxy S III, Galaxy S III landscape, Galaxy S5, Galaxy S5 landscape, Galaxy S8, Galaxy S8 landscape, Galaxy S9+, Galaxy S9+ landscape, Galaxy Tab S4, Galaxy Tab S4 landscape, iPad, iPad landscape, iPad (gen 6), iPad (gen 6) landscape, iPad (gen 7), iPad (gen 7) landscape, iPad Mini, iPad Mini landscape, iPad Pro, iPad Pro landscape, iPad Pro 11, iPad Pro 11 landscape, iPhone 4, iPhone 4 landscape, iPhone 5, iPhone 5 landscape, iPhone 6, iPhone 6 landscape, iPhone 6 Plus, iPhone 6 Plus landscape, iPhone 7, iPhone 7 landscape, iPhone 7 Plus, iPhone 7 Plus landscape, iPhone 8, iPhone 8 landscape, iPhone 8 Plus, iPhone 8 Plus landscape, iPhone SE, iPhone SE landscape, iPhone X, iPhone X landscape, iPhone XR, iPhone XR landscape, iPhone 11, iPhone 11 landscape, iPhone 11 Pro, iPhone 11 Pro landscape, iPhone 11 Pro Max, iPhone 11 Pro Max landscape, iPhone 12, iPhone 12 landscape, iPhone 12 Pro, iPhone 12 Pro landscape, iPhone 12 Pro Max, iPhone 12 Pro Max landscape, iPhone 12 Mini, iPhone 12 Mini landscape, iPhone 13, iPhone 13 landscape, iPhone 13 Pro, iPhone 13 Pro landscape, iPhone 13 Pro Max, iPhone 13 Pro Max landscape, iPhone 13 Mini, iPhone 13 Mini landscape, JioPhone 2, JioPhone 2 landscape, Kindle Fire HDX, Kindle Fire HDX landscape, LG Optimus L70, LG Optimus L70 landscape, Microsoft Lumia 550, Microsoft Lumia 950, Microsoft Lumia 950 landscape, Nexus 10, Nexus 10 landscape, Nexus 4, Nexus 4 landscape, Nexus 5, Nexus 5 landscape, Nexus 5X, Nexus 5X landscape, Nexus 6, Nexus 6 landscape, Nexus 6P, Nexus 6P landscape, Nexus 7, Nexus 7 landscape, Nokia Lumia 520, Nokia Lumia 520 landscape, Nokia N9, Nokia N9 landscape, Pixel 2, Pixel 2 landscape, Pixel 2 XL, Pixel 2 XL landscape, Pixel 3, Pixel 3 landscape, Pixel 4, Pixel 4 landscape, Pixel 4a (5G), Pixel 4a (5G) landscape, Pixel 5, Pixel 5 landscape, Moto G4, Moto G4 landscape |
For optional parameters the default value highlighted in bold text. |
convert.html_to_jpg
- Convert HTML to JPG. Save Website as JPG Image. HTML to JPG ConverterParameter | Required | Possible values |
---|---|---|
url | (required) | Internet URL of the file to convert |
background | (optional) | yes no |
images | (optional) | yes no |
javascript | (optional) | yes no |
viewport_width | (optional) | Viewport Width, in px, for example: 1080 |
viewport_height | (optional) | Viewport Height, in px, for example: 1920 |
emulate_device | (optional) | Blackberry PlayBook, Blackberry PlayBook landscape, BlackBerry Z30, BlackBerry Z30 landscape, Galaxy Note 3, Galaxy Note 3 landscape, Galaxy Note II, Galaxy Note II landscape, Galaxy S III, Galaxy S III landscape, Galaxy S5, Galaxy S5 landscape, Galaxy S8, Galaxy S8 landscape, Galaxy S9+, Galaxy S9+ landscape, Galaxy Tab S4, Galaxy Tab S4 landscape, iPad, iPad landscape, iPad (gen 6), iPad (gen 6) landscape, iPad (gen 7), iPad (gen 7) landscape, iPad Mini, iPad Mini landscape, iPad Pro, iPad Pro landscape, iPad Pro 11, iPad Pro 11 landscape, iPhone 4, iPhone 4 landscape, iPhone 5, iPhone 5 landscape, iPhone 6, iPhone 6 landscape, iPhone 6 Plus, iPhone 6 Plus landscape, iPhone 7, iPhone 7 landscape, iPhone 7 Plus, iPhone 7 Plus landscape, iPhone 8, iPhone 8 landscape, iPhone 8 Plus, iPhone 8 Plus landscape, iPhone SE, iPhone SE landscape, iPhone X, iPhone X landscape, iPhone XR, iPhone XR landscape, iPhone 11, iPhone 11 landscape, iPhone 11 Pro, iPhone 11 Pro landscape, iPhone 11 Pro Max, iPhone 11 Pro Max landscape, iPhone 12, iPhone 12 landscape, iPhone 12 Pro, iPhone 12 Pro landscape, iPhone 12 Pro Max, iPhone 12 Pro Max landscape, iPhone 12 Mini, iPhone 12 Mini landscape, iPhone 13, iPhone 13 landscape, iPhone 13 Pro, iPhone 13 Pro landscape, iPhone 13 Pro Max, iPhone 13 Pro Max landscape, iPhone 13 Mini, iPhone 13 Mini landscape, JioPhone 2, JioPhone 2 landscape, Kindle Fire HDX, Kindle Fire HDX landscape, LG Optimus L70, LG Optimus L70 landscape, Microsoft Lumia 550, Microsoft Lumia 950, Microsoft Lumia 950 landscape, Nexus 10, Nexus 10 landscape, Nexus 4, Nexus 4 landscape, Nexus 5, Nexus 5 landscape, Nexus 5X, Nexus 5X landscape, Nexus 6, Nexus 6 landscape, Nexus 6P, Nexus 6P landscape, Nexus 7, Nexus 7 landscape, Nokia Lumia 520, Nokia Lumia 520 landscape, Nokia N9, Nokia N9 landscape, Pixel 2, Pixel 2 landscape, Pixel 2 XL, Pixel 2 XL landscape, Pixel 3, Pixel 3 landscape, Pixel 4, Pixel 4 landscape, Pixel 4a (5G), Pixel 4a (5G) landscape, Pixel 5, Pixel 5 landscape, Moto G4, Moto G4 landscape |
For optional parameters the default value highlighted in bold text. |
convert.website_to_png
- Convert Website to PNG. Save Website as PNG Image. HTML to PNG ConverterParameter | Required | Possible values |
---|---|---|
url | (required) | Internet URL of the file to convert |
background | (optional) | yes no |
images | (optional) | yes no |
javascript | (optional) | yes no |
viewport_width | (optional) | Viewport Width, in px, for example: 1080 |
viewport_height | (optional) | Viewport Height, in px, for example: 1920 |
emulate_device | (optional) | Blackberry PlayBook, Blackberry PlayBook landscape, BlackBerry Z30, BlackBerry Z30 landscape, Galaxy Note 3, Galaxy Note 3 landscape, Galaxy Note II, Galaxy Note II landscape, Galaxy S III, Galaxy S III landscape, Galaxy S5, Galaxy S5 landscape, Galaxy S8, Galaxy S8 landscape, Galaxy S9+, Galaxy S9+ landscape, Galaxy Tab S4, Galaxy Tab S4 landscape, iPad, iPad landscape, iPad (gen 6), iPad (gen 6) landscape, iPad (gen 7), iPad (gen 7) landscape, iPad Mini, iPad Mini landscape, iPad Pro, iPad Pro landscape, iPad Pro 11, iPad Pro 11 landscape, iPhone 4, iPhone 4 landscape, iPhone 5, iPhone 5 landscape, iPhone 6, iPhone 6 landscape, iPhone 6 Plus, iPhone 6 Plus landscape, iPhone 7, iPhone 7 landscape, iPhone 7 Plus, iPhone 7 Plus landscape, iPhone 8, iPhone 8 landscape, iPhone 8 Plus, iPhone 8 Plus landscape, iPhone SE, iPhone SE landscape, iPhone X, iPhone X landscape, iPhone XR, iPhone XR landscape, iPhone 11, iPhone 11 landscape, iPhone 11 Pro, iPhone 11 Pro landscape, iPhone 11 Pro Max, iPhone 11 Pro Max landscape, iPhone 12, iPhone 12 landscape, iPhone 12 Pro, iPhone 12 Pro landscape, iPhone 12 Pro Max, iPhone 12 Pro Max landscape, iPhone 12 Mini, iPhone 12 Mini landscape, iPhone 13, iPhone 13 landscape, iPhone 13 Pro, iPhone 13 Pro landscape, iPhone 13 Pro Max, iPhone 13 Pro Max landscape, iPhone 13 Mini, iPhone 13 Mini landscape, JioPhone 2, JioPhone 2 landscape, Kindle Fire HDX, Kindle Fire HDX landscape, LG Optimus L70, LG Optimus L70 landscape, Microsoft Lumia 550, Microsoft Lumia 950, Microsoft Lumia 950 landscape, Nexus 10, Nexus 10 landscape, Nexus 4, Nexus 4 landscape, Nexus 5, Nexus 5 landscape, Nexus 5X, Nexus 5X landscape, Nexus 6, Nexus 6 landscape, Nexus 6P, Nexus 6P landscape, Nexus 7, Nexus 7 landscape, Nokia Lumia 520, Nokia Lumia 520 landscape, Nokia N9, Nokia N9 landscape, Pixel 2, Pixel 2 landscape, Pixel 2 XL, Pixel 2 XL landscape, Pixel 3, Pixel 3 landscape, Pixel 4, Pixel 4 landscape, Pixel 4a (5G), Pixel 4a (5G) landscape, Pixel 5, Pixel 5 landscape, Moto G4, Moto G4 landscape |
For optional parameters the default value highlighted in bold text. |
convert.html_to_png
- Convert HTML to PNG. Save Website as PNG Image. HTML to PNG ConverterParameter | Required | Possible values |
---|---|---|
url | (required) | Internet URL of the file to convert |
background | (optional) | yes no |
images | (optional) | yes no |
javascript | (optional) | yes no |
viewport_width | (optional) | Viewport Width, in px, for example: 1080 |
viewport_height | (optional) | Viewport Height, in px, for example: 1920 |
emulate_device | (optional) | Blackberry PlayBook, Blackberry PlayBook landscape, BlackBerry Z30, BlackBerry Z30 landscape, Galaxy Note 3, Galaxy Note 3 landscape, Galaxy Note II, Galaxy Note II landscape, Galaxy S III, Galaxy S III landscape, Galaxy S5, Galaxy S5 landscape, Galaxy S8, Galaxy S8 landscape, Galaxy S9+, Galaxy S9+ landscape, Galaxy Tab S4, Galaxy Tab S4 landscape, iPad, iPad landscape, iPad (gen 6), iPad (gen 6) landscape, iPad (gen 7), iPad (gen 7) landscape, iPad Mini, iPad Mini landscape, iPad Pro, iPad Pro landscape, iPad Pro 11, iPad Pro 11 landscape, iPhone 4, iPhone 4 landscape, iPhone 5, iPhone 5 landscape, iPhone 6, iPhone 6 landscape, iPhone 6 Plus, iPhone 6 Plus landscape, iPhone 7, iPhone 7 landscape, iPhone 7 Plus, iPhone 7 Plus landscape, iPhone 8, iPhone 8 landscape, iPhone 8 Plus, iPhone 8 Plus landscape, iPhone SE, iPhone SE landscape, iPhone X, iPhone X landscape, iPhone XR, iPhone XR landscape, iPhone 11, iPhone 11 landscape, iPhone 11 Pro, iPhone 11 Pro landscape, iPhone 11 Pro Max, iPhone 11 Pro Max landscape, iPhone 12, iPhone 12 landscape, iPhone 12 Pro, iPhone 12 Pro landscape, iPhone 12 Pro Max, iPhone 12 Pro Max landscape, iPhone 12 Mini, iPhone 12 Mini landscape, iPhone 13, iPhone 13 landscape, iPhone 13 Pro, iPhone 13 Pro landscape, iPhone 13 Pro Max, iPhone 13 Pro Max landscape, iPhone 13 Mini, iPhone 13 Mini landscape, JioPhone 2, JioPhone 2 landscape, Kindle Fire HDX, Kindle Fire HDX landscape, LG Optimus L70, LG Optimus L70 landscape, Microsoft Lumia 550, Microsoft Lumia 950, Microsoft Lumia 950 landscape, Nexus 10, Nexus 10 landscape, Nexus 4, Nexus 4 landscape, Nexus 5, Nexus 5 landscape, Nexus 5X, Nexus 5X landscape, Nexus 6, Nexus 6 landscape, Nexus 6P, Nexus 6P landscape, Nexus 7, Nexus 7 landscape, Nokia Lumia 520, Nokia Lumia 520 landscape, Nokia N9, Nokia N9 landscape, Pixel 2, Pixel 2 landscape, Pixel 2 XL, Pixel 2 XL landscape, Pixel 3, Pixel 3 landscape, Pixel 4, Pixel 4 landscape, Pixel 4a (5G), Pixel 4a (5G) landscape, Pixel 5, Pixel 5 landscape, Moto G4, Moto G4 landscape |
For optional parameters the default value highlighted in bold text. |
convert.html_table_to_csv
- Converting HTML Table to CSV | HTML to CSV OnlineParameter | Required | Possible values |
---|---|---|
file_id | (required, when converting the uploaded file) | file_id of the file to convert |
url | (required, when converting the file from url) | Internet URL of the file to convert |
delimiter | (optional) | comma semicolon vertical_bar tabulation |
For optional parameters the default value highlighted in bold text. |
convert.excel_to_pdf
- Convert Excel to PDF | XLS File to PDF Converter OnlineParameter | Required | Possible values |
---|---|---|
file_id | (required) | file_id of the file to convert |
orientation | (optional) | Landscape Portrait |
For optional parameters the default value highlighted in bold text. |
convert.excel_to_xps
- Convert Excel to XPS Online | Excel to XPS ConverterParameter | Required | Possible values |
---|---|---|
file_id | (required) | file_id of the file to convert |
For optional parameters the default value highlighted in bold text. |
convert.excel_to_html
- Convert Excel to HTML Table Online | Export XLS to HTMLParameter | Required | Possible values |
---|---|---|
file_id | (required) | file_id of the file to convert |
recalculate | (optional) | yes no |
make_sortable | (optional) | Make columns sortable: yes no |
title_overview | (optional) | Title for 'Overview' label |
title_sheet | (optional) | Title for 'Sheet X' label |
For optional parameters the default value highlighted in bold text. |
convert.excel_to_csv
- Convert Excel to CSV Online | XLS to CSV File ConverterParameter | Required | Possible values |
---|---|---|
file_id | (required) | file_id of the file to convert |
delimiter | (optional) | comma semicolon vertical_bar tabulation |
quote | (optional) | Always quote all non-empty fields: yes no |
utf8_bom | (optional) | Save file with UTF-8 BOM: yes no |
For optional parameters the default value highlighted in bold text. |
convert.excel_to_ods
- Convert Excel to ODS Online | Excel to OpenOffice Calc ODS ConverterParameter | Required | Possible values |
---|---|---|
file_id | (required) | file_id of the file to convert |
For optional parameters the default value highlighted in bold text. |
convert.ods_to_csv
- Convert OpenOffice Calc ODS to CSV Online | ODS to CSV ConverterParameter | Required | Possible values |
---|---|---|
file_id | (required) | file_id of the file to convert |
delimiter | (optional) | comma semicolon vertical_bar tabulation |
For optional parameters the default value highlighted in bold text. |
convert.ods_to_pdf
- Convert OpenOffice Calc ODS to PDF Online | ODS to PDF ConverterParameter | Required | Possible values |
---|---|---|
file_id | (required) | file_id of the file to convert |
For optional parameters the default value highlighted in bold text. |
convert.ods_to_excel
- Convert OpenOffice Calc ODS to Excel Online | ODS to Excel ConverterParameter | Required | Possible values |
---|---|---|
file_id | (required) | file_id of the file to convert |
excel_format | (optional) | xlsx xls |
For optional parameters the default value highlighted in bold text. |
convert.csv_to_excel
- Convert CSV File to Excel Online | CSV to XLS ConverterParameter | Required | Possible values |
---|---|---|
file_id | (required) | file_id of the file to convert |
delimiter | (optional) | comma semicolon vertical_bar tabulation |
excel_format | (optional) | xlsx xls |
For optional parameters the default value highlighted in bold text. |
convert.csv_to_xml
- Convert CSV to XML Online | CSV to XML ConverterParameter | Required | Possible values |
---|---|---|
file_id | (required) | file_id of the file to convert |
delimiter | (optional) | comma semicolon vertical_bar tabulation |
header | (optional) | Use first line of the file as a columns header: yes no |
show_columns | (optional) | Add <columns /> section: yes no |
index_records | (optional) | Add index attribute for records: yes no |
ignore_errors | (optional) | Ignore validation errors: yes no |
add_empty_nodes | (optional) | Add empty nodes (when no value present): yes no |
short_tag_empty_node | (optional) | Use short tag <node/> for empty nodes: yes no |
xml_encoding | (optional) | XML Encoding (output file): utf-8 utf-16le utf-16be |
For optional parameters the default value highlighted in bold text. |
convert.excel_to_xml
- Excel to XML | Convert XLS to XML OnlineParameter | Required | Possible values |
---|---|---|
file_id | (required) | file_id of the file to convert |
header | (optional) | Use first line of the file as a columns header: yes no |
show_columns | (optional) | Add <columns /> section: yes no |
index_records | (optional) | Add index attribute for records: yes no |
add_empty_nodes | (optional) | Add empty nodes (when no value present): yes no |
short_tag_empty_node | (optional) | Use short tag <node/> for empty nodes: yes no |
xml_encoding | (optional) | XML Encoding (output file): utf-8 utf-16le utf-16be |
For optional parameters the default value highlighted in bold text. |
convert.xml_to_json
- Convert XML to JSON Online | XML to JSON ConverterParameter | Required | Possible values |
---|---|---|
file_id | (required) | file_id of the file to convert |
space | (optional) | 0 1s 2s 3s 4s 1t |
For optional parameters the default value highlighted in bold text. |
convert.xml_to_csv
- Convert XML file to CSV Online | Parse from XML to CSVParameter | Required | Possible values |
---|---|---|
file_id | (required) | file_id of the file to convert |
delimiter | (optional) | comma semicolon vertical_bar tabulation |
quote | (optional) | Always quote all non-empty fields: yes no |
ignore_errors | (optional) | Ignore validation errors: yes no |
copy_parent_values | (optional) | yes no |
For optional parameters the default value highlighted in bold text. |
convert.xml_to_excel
- XML file to Excel Converter Online | Convert XML to spreadsheetParameter | Required | Possible values |
---|---|---|
file_id | (required) | file_id of the file to convert |
split_excel_rows_limit | (optional) | yes no |
excel_format | (optional) | xlsx xls |
ignore_errors | (optional) | Ignore validation errors: yes no |
copy_parent_values | (optional) | yes no |
For optional parameters the default value highlighted in bold text. |
convert.fix_xml_escaping
- Fix XML Escaping Problem | Fix XML Special Characters EscapingParameter | Required | Possible values |
---|---|---|
file_id | (required) | file_id of the file to convert |
For optional parameters the default value highlighted in bold text. |
convert.excel_xml_to_excel_xlsx
- Convert Excel XML to Excel XLSX Online | Excel XML to XLSX ConverterParameter | Required | Possible values |
---|---|---|
file_id | (required) | file_id of the file to convert |
excel_format | (optional) | xlsx xls |
For optional parameters the default value highlighted in bold text. |
convert.pdf_to_csv
- Convert PDF to CSV Online | PDF to CSV ConverterParameter | Required | Possible values |
---|---|---|
file_id | (required) | file_id of the file to convert |
delimiter | (optional) | comma semicolon vertical_bar tabulation |
quote | (optional) | Always quote all non-empty fields: yes no |
For optional parameters the default value highlighted in bold text. |
convert.pdf_to_excel
- Convert PDF to Excel Spreadsheet | Export PDF to Excel TableParameter | Required | Possible values |
---|---|---|
file_id | (required) | file_id of the file to convert |
version | (optional) | 2 1 |
For optional parameters the default value highlighted in bold text. |
convert.pdf_to_word
- Convert PDF to Word Online | Change PDF to WordParameter | Required | Possible values |
---|---|---|
file_id | (required) | file_id of the file to convert |
word_format | (optional) | docx doc |
For optional parameters the default value highlighted in bold text. |
convert.pdf_to_jpg
- Convert PDF to JPG Online | PDF to JPG ConverterParameter | Required | Possible values |
---|---|---|
file_id | (required) | file_id of the file to convert |
image_resolution | (optional) | values in PPI (pixel per inch): 72 150 300 600 |
jpeg_quality | (optional) | 0 - 100 (default: 80) |
colormode | (optional) | colored grayscale |
progressive_jpeg | (optional) | yes no |
For optional parameters the default value highlighted in bold text. |
convert.pdf_to_png
- Convert PDF to PNG Format | Turn from PDF into PNGParameter | Required | Possible values |
---|---|---|
file_id | (required) | file_id of the file to convert |
image_resolution | (optional) | values in PPI (pixel per inch): 72 150 300 600 |
colormode3 | (optional) | colored grayscale monochrome |
background_color | (optional) | white transparent |
For optional parameters the default value highlighted in bold text. |
convert.pdf_to_tiff
- Convert PDF to TIFF Online | PDF to TIFF High ResolutionParameter | Required | Possible values |
---|---|---|
file_id | (required) | file_id of the file to convert |
image_resolution | (optional) | values in PPI (pixel per inch): 72 150 300 600 |
colormode3 | (optional) | colored grayscale monochrome |
background_color | (optional) | white transparent |
For optional parameters the default value highlighted in bold text. |
convert.pdf_to_svg
- Convert PDF to SVG Online | PDF to SVG ConverterParameter | Required | Possible values |
---|---|---|
file_id | (required) | file_id of the file to convert |
image_resolution | (optional) | values in PPI (pixel per inch): 72 150 300 600 |
pagesize | (optional) | A4 B5 Letter |
For optional parameters the default value highlighted in bold text. |
convert.pdf_to_html
- Convert PDF to HTML Online | PDF to HTML ConverterParameter | Required | Possible values |
---|---|---|
file_id | (required) | file_id of the file to convert |
images | (optional) | yes no |
For optional parameters the default value highlighted in bold text. |
convert.pdf_to_text
- PDF to Text Converter Online | Convert PDF to Plain Text FileParameter | Required | Possible values |
---|---|---|
file_id | (required) | file_id of the file to convert |
For optional parameters the default value highlighted in bold text. |
convert.ai_to_svg
- Convert AI to SVG Online | AI to SVG ConverterParameter | Required | Possible values |
---|---|---|
file_id | (required) | file_id of the file to convert |
For optional parameters the default value highlighted in bold text. |
convert.png_to_avif
- Convert PNG to AVIF Online | PNG to AVIF ConverterParameter | Required | Possible values |
---|---|---|
file_id | (required) | file_id of the file to convert |
For optional parameters the default value highlighted in bold text. |
convert.jpg_to_avif
- Convert JPG to AVIF Online | JPG to AVIF ConverterParameter | Required | Possible values |
---|---|---|
file_id | (required) | file_id of the file to convert |
For optional parameters the default value highlighted in bold text. |
convert.webp_to_avif
- Convert WebP to AVIF Online | WebP to AVIF ConverterParameter | Required | Possible values |
---|---|---|
file_id | (required) | file_id of the file to convert |
For optional parameters the default value highlighted in bold text. |
convert.avif_to_png
- Convert AVIF to PNG Online | AVIF to PNG ConverterParameter | Required | Possible values |
---|---|---|
file_id | (required) | file_id of the file to convert |
For optional parameters the default value highlighted in bold text. |
convert.avif_to_jpg
- Convert AVIF to JPEG Online | AVIF to JPEG ConverterParameter | Required | Possible values |
---|---|---|
file_id | (required) | file_id of the file to convert |
For optional parameters the default value highlighted in bold text. |
convert.avif_to_webp
- Convert AVIF to WebP Online | AVIF to WebP ConverterParameter | Required | Possible values |
---|---|---|
file_id | (required) | file_id of the file to convert |
For optional parameters the default value highlighted in bold text. |
convert.png_to_webp
- Convert PNG to WebP Online | PNG to WebP ConverterParameter | Required | Possible values |
---|---|---|
file_id | (required) | file_id of the file to convert |
webp_quality | (optional) | 0 - 100 (default: 75) |
For optional parameters the default value highlighted in bold text. |
convert.jpg_to_webp
- Convert JPG to WebP Online | JPG to WebP ConverterParameter | Required | Possible values |
---|---|---|
file_id | (required) | file_id of the file to convert |
webp_quality | (optional) | 0 - 100 (default: 75) |
For optional parameters the default value highlighted in bold text. |
convert.tiff_to_webp
- Convert TIFF to WebP Online | TIFF to WebP ConverterParameter | Required | Possible values |
---|---|---|
file_id | (required) | file_id of the file to convert |
webp_quality | (optional) | 0 - 100 (default: 75) |
For optional parameters the default value highlighted in bold text. |
convert.gif_to_webp
- Convert GIF to WebP Online | GIF to WebP ConverterParameter | Required | Possible values |
---|---|---|
file_id | (required) | file_id of the file to convert |
webp_quality | (optional) | 0 - 100 (default: 75) |
For optional parameters the default value highlighted in bold text. |
convert.webp_to_png
- Convert WebP to PNG Online | WebP to PNG ConverterParameter | Required | Possible values |
---|---|---|
file_id | (required) | file_id of the file to convert |
For optional parameters the default value highlighted in bold text. |
convert.webp_to_jpg
- Convert WebP to JPEG Online | WebP to JPEG ConverterParameter | Required | Possible values |
---|---|---|
file_id | (required) | file_id of the file to convert |
For optional parameters the default value highlighted in bold text. |
convert.webp_to_tiff
- Convert WebP to TIFF Online | WebP to TIFF ConverterParameter | Required | Possible values |
---|---|---|
file_id | (required) | file_id of the file to convert |
For optional parameters the default value highlighted in bold text. |
convert.webp_to_bmp
- Convert WebP to BMP Online | WebP to BMP ConverterParameter | Required | Possible values |
---|---|---|
file_id | (required) | file_id of the file to convert |
For optional parameters the default value highlighted in bold text. |
convert.webp_to_yuv
- Convert WebP to YUV Online | WebP to YUV ConverterParameter | Required | Possible values |
---|---|---|
file_id | (required) | file_id of the file to convert |
For optional parameters the default value highlighted in bold text. |
convert.webp_to_pam
- Convert WebP to PAM Online | WebP to PAM ConverterParameter | Required | Possible values |
---|---|---|
file_id | (required) | file_id of the file to convert |
For optional parameters the default value highlighted in bold text. |
convert.webp_to_pgm
- Convert WebP to PGM Online | WebP to PGM ConverterParameter | Required | Possible values |
---|---|---|
file_id | (required) | file_id of the file to convert |
For optional parameters the default value highlighted in bold text. |
convert.webp_to_ppm
- Convert WebP to PPM Online | WebP to PPM ConverterParameter | Required | Possible values |
---|---|---|
file_id | (required) | file_id of the file to convert |
For optional parameters the default value highlighted in bold text. |
convert.png_to_jpg
- Convert PNG to JPG Online | PNG to JPG ConverterParameter | Required | Possible values |
---|---|---|
file_id | (required) | file_id of the file to convert |
For optional parameters the default value highlighted in bold text. |
convert.png_to_pgm
- Convert PNG to PGM Online | PNG to PGM ConverterParameter | Required | Possible values |
---|---|---|
file_id | (required) | file_id of the file to convert |
For optional parameters the default value highlighted in bold text. |
convert.png_to_ppm
- Convert PNG to PPM Online | PNG to PPM ConverterParameter | Required | Possible values |
---|---|---|
file_id | (required) | file_id of the file to convert |
For optional parameters the default value highlighted in bold text. |
convert.jpg_to_png
- Convert JPG to PNG Online | JPG to PNG ConverterParameter | Required | Possible values |
---|---|---|
file_id | (required) | file_id of the file to convert |
For optional parameters the default value highlighted in bold text. |
convert.jpg_to_pgm
- Convert JPEG to PGM Online | JPEG to PGM ConverterParameter | Required | Possible values |
---|---|---|
file_id | (required) | file_id of the file to convert |
For optional parameters the default value highlighted in bold text. |
convert.jpg_to_ppm
- Convert JPEG to PPM Online | JPEG to PPM ConverterParameter | Required | Possible values |
---|---|---|
file_id | (required) | file_id of the file to convert |
For optional parameters the default value highlighted in bold text. |
convert.heic_to_png
- Convert HEIC to PNG Online | HEIC to PNG ConverterParameter | Required | Possible values |
---|---|---|
file_id | (required) | file_id of the file to convert |
For optional parameters the default value highlighted in bold text. |
convert.heic_to_jpg
- Convert HEIC to JPG Online | HEIC to JPG ConverterParameter | Required | Possible values |
---|---|---|
file_id | (required) | file_id of the file to convert |
jpeg_quality | (optional) | 0 - 100 (default: 80) |
For optional parameters the default value highlighted in bold text. |
convert.epub_to_mobi
- Convert ePUB to MOBI Online | ePUB to MOBI ConverterParameter | Required | Possible values |
---|---|---|
file_id | (required) | file_id of the file to convert |
For optional parameters the default value highlighted in bold text. |
convert.epub_to_azw
- Convert ePUB to AZW Online | ePUB to AZW ConverterParameter | Required | Possible values |
---|---|---|
file_id | (required) | file_id of the file to convert |
For optional parameters the default value highlighted in bold text. |
convert.mobi_to_epub
- Convert MOBI to ePUB Online | MOBI to ePUB ConverterParameter | Required | Possible values |
---|---|---|
file_id | (required) | file_id of the file to convert |
For optional parameters the default value highlighted in bold text. |
convert.mobi_to_azw
- Convert MOBI to AZW Online | MOBI to AZW ConverterParameter | Required | Possible values |
---|---|---|
file_id | (required) | file_id of the file to convert |
For optional parameters the default value highlighted in bold text. |
convert.azw_to_epub
- Convert AZW to ePUB Online | AZW to ePUB ConverterParameter | Required | Possible values |
---|---|---|
file_id | (required) | file_id of the file to convert |
For optional parameters the default value highlighted in bold text. |
convert.azw_to_mobi
- Convert AZW to MOBI Online | AZW to MOBI ConverterParameter | Required | Possible values |
---|---|---|
file_id | (required) | file_id of the file to convert |
For optional parameters the default value highlighted in bold text. |
convert.epub_to_pdf
- Convert ePUB to PDF Online | eBook to PDF ConverterParameter | Required | Possible values |
---|---|---|
file_id | (required) | file_id of the file to convert |
For optional parameters the default value highlighted in bold text. |
convert.mobi_to_pdf
- Convert MOBI to PDF Online | eBook to PDF ConverterParameter | Required | Possible values |
---|---|---|
file_id | (required) | file_id of the file to convert |
For optional parameters the default value highlighted in bold text. |
convert.azw_to_pdf
- Convert AZW to PDF Online | eBook to PDF ConverterParameter | Required | Possible values |
---|---|---|
file_id | (required) | file_id of the file to convert |
For optional parameters the default value highlighted in bold text. |
convert.azw3_to_pdf
- Convert AZW3 to PDF Online | eBook to PDF ConverterParameter | Required | Possible values |
---|---|---|
file_id | (required) | file_id of the file to convert |
For optional parameters the default value highlighted in bold text. |
convert.fb2_to_pdf
- Convert FB2 to PDF Online | eBook to PDF ConverterParameter | Required | Possible values |
---|---|---|
file_id | (required) | file_id of the file to convert |
For optional parameters the default value highlighted in bold text. |
convert.fbz_to_pdf
- Convert FBZ to PDF Online | eBook to PDF ConverterParameter | Required | Possible values |
---|---|---|
file_id | (required) | file_id of the file to convert |
For optional parameters the default value highlighted in bold text. |
convert.pdf_to_epub
- Convert PDF to ePUB Online | PDF to eBook ConverterParameter | Required | Possible values |
---|---|---|
file_id | (required) | file_id of the file to convert |
For optional parameters the default value highlighted in bold text. |
convert.pdf_to_mobi
- Convert PDF to MOBI Online | PDF to eBook ConverterParameter | Required | Possible values |
---|---|---|
file_id | (required) | file_id of the file to convert |
For optional parameters the default value highlighted in bold text. |
convert.pdf_to_azw
- Convert PDF to AZW Online | PDF to eBook ConverterParameter | Required | Possible values |
---|---|---|
file_id | (required) | file_id of the file to convert |
For optional parameters the default value highlighted in bold text. |
convert.pdf_to_azw3
- Convert PDF to AZW3 Online | PDF to eBook ConverterParameter | Required | Possible values |
---|---|---|
file_id | (required) | file_id of the file to convert |
For optional parameters the default value highlighted in bold text. |
convert.pdf_to_fb2
- Convert PDF to FB2 Online | PDF to eBook ConverterParameter | Required | Possible values |
---|---|---|
file_id | (required) | file_id of the file to convert |
For optional parameters the default value highlighted in bold text. |
convert.pdf_to_fbz
- Convert PDF to FBZ Online | PDF to eBook ConverterParameter | Required | Possible values |
---|---|---|
file_id | (required) | file_id of the file to convert |
For optional parameters the default value highlighted in bold text. |
convert.remove_exif
- Remove EXIF Data from Photos OnlineParameter | Required | Possible values |
---|---|---|
file_id | (required) | file_id of the file to convert |
For optional parameters the default value highlighted in bold text. |
convert.format_json
- JSON Formatter Online | Format JSON fileParameter | Required | Possible values |
---|---|---|
file_id | (required) | file_id of the file to convert |
space | (optional) | 0 1s 2s 3s 4s 1t |
For optional parameters the default value highlighted in bold text. |
convert.validate_json
- JSON Validator Online | Validate JSON fileParameter | Required | Possible values |
---|---|---|
file_id | (required) | file_id of the file to convert |
For optional parameters the default value highlighted in bold text. |
convert.validate_xml_xsd
- XML/XSD Validator Online | Validate XML file against XSD schemaParameter | Required | Possible values |
---|---|---|
file_id | (required) | file_id of the file to convert |
file1_id | (required) | file1_id of the file to convert |
For optional parameters the default value highlighted in bold text. |
convert.json_to_xml
- Convert JSON File to XML Online | Change JSON to XMLParameter | Required | Possible values |
---|---|---|
file_id | (required) | file_id of the file to convert |
space | (optional) | 0 1s 2s 3s 4s 1t |
For optional parameters the default value highlighted in bold text. |
convert.json_to_csv
- Convert JSON to CSV Online | JSON to CSV ConverterParameter | Required | Possible values |
---|---|---|
file_id | (required) | file_id of the file to convert |
delimiter | (optional) | comma semicolon vertical_bar tabulation |
quote | (optional) | Always quote all non-empty fields: yes no |
For optional parameters the default value highlighted in bold text. |
convert.json_to_excel
- Convert JSON to Excel Online | JSON to Excel ConverterParameter | Required | Possible values |
---|---|---|
file_id | (required) | file_id of the file to convert |
excel_format | (optional) | xlsx xls |
For optional parameters the default value highlighted in bold text. |
convert.excel_to_json
- Convert Excel to JSON Online | Excel to JSON ConverterParameter | Required | Possible values |
---|---|---|
file_id | (required) | file_id of the file to convert |
header | (optional) | Use first line of the file as a columns header: yes no |
space | (optional) | 0 1s 2s 3s 4s 1t |
index_records | (optional) | Add index attribute for records: yes no |
For optional parameters the default value highlighted in bold text. |
convert.csv_to_json
- Convert CSV to JSON Online | CSV to JSON ConverterParameter | Required | Possible values |
---|---|---|
file_id | (required) | file_id of the file to convert |
header | (optional) | Use first line of the file as a columns header: yes no |
space | (optional) | 0 1s 2s 3s 4s 1t |
index_records | (optional) | Add index attribute for records: yes no |
ignore_errors | (optional) | Ignore validation errors: yes no |
For optional parameters the default value highlighted in bold text. |
convert.json_to_yaml
- Convert JSON to YAML Online | JSON to YAML ConverterParameter | Required | Possible values |
---|---|---|
file_id | (required) | file_id of the file to convert |
For optional parameters the default value highlighted in bold text. |
convert.json_objects_to_csv
- Convert JSON objects (one per line) to CSV Online | JSON to CSV ConverterParameter | Required | Possible values |
---|---|---|
file_id | (required) | file_id of the file to convert |
delimiter | (optional) | comma semicolon vertical_bar tabulation |
quote | (optional) | Always quote all non-empty fields: yes no |
For optional parameters the default value highlighted in bold text. |
convert.json_objects_to_excel
- Convert JSON objects (one per line) to Excel Online | JSON to Excel ConverterParameter | Required | Possible values |
---|---|---|
file_id | (required) | file_id of the file to convert |
excel_format | (optional) | xlsx xls |
For optional parameters the default value highlighted in bold text. |
convert.bson_to_csv
- Convert BSON (MongoDB Dump) to CSV Online | BSON to CSV ConverterParameter | Required | Possible values |
---|---|---|
file_id | (required) | file_id of the file to convert |
bson_raw | (optional) | Export raw BSON data: yes no |
delimiter | (optional) | comma semicolon vertical_bar tabulation |
quote | (optional) | Always quote all non-empty fields: yes no |
For optional parameters the default value highlighted in bold text. |
convert.bson_to_excel
- Convert BSON (MongoDB Dump) to Excel Online | BSON to Excel ConverterParameter | Required | Possible values |
---|---|---|
file_id | (required) | file_id of the file to convert |
bson_raw | (optional) | Export raw BSON data: yes no |
excel_format | (optional) | xlsx xls |
For optional parameters the default value highlighted in bold text. |
convert.yaml_to_json
- Convert YAML to JSON Online | YAML to JSON ConverterParameter | Required | Possible values |
---|---|---|
file_id | (required) | file_id of the file to convert |
space | (optional) | 0 1s 2s 3s 4s 1t |
For optional parameters the default value highlighted in bold text. |
convert.srt_to_csv
- Convert SRT to CSV Online | SRT to CSV ConverterParameter | Required | Possible values |
---|---|---|
file_id | (required) | file_id of the file to convert |
delimiter | (optional) | comma semicolon vertical_bar tabulation |
quote | (optional) | Always quote all non-empty fields: yes no |
For optional parameters the default value highlighted in bold text. |
convert.srt_to_excel
- SRT to Excel Converter Online | Convert Subtitles to XLSXParameter | Required | Possible values |
---|---|---|
file_id | (required) | file_id of the file to convert |
excel_format | (optional) | xlsx xls |
For optional parameters the default value highlighted in bold text. |
convert.srt_to_xlsx
- SRT to XLSX Converter Online | Convert Subtitles to XLSXParameter | Required | Possible values |
---|---|---|
file_id | (required) | file_id of the file to convert |
excel_format | (optional) | xlsx xls |
For optional parameters the default value highlighted in bold text. |
convert.srt_to_xls
- SRT to XLS Converter Online | Convert Subtitles to XLSParameter | Required | Possible values |
---|---|---|
file_id | (required) | file_id of the file to convert |
excel_format | (optional) | xlsx xls |
For optional parameters the default value highlighted in bold text. |
convert.csv_to_srt
- Convert CSV to SRT Online | CSV to SRT ConverterParameter | Required | Possible values |
---|---|---|
file_id | (required) | file_id of the file to convert |
delimiter | (optional) | comma semicolon vertical_bar tabulation |
For optional parameters the default value highlighted in bold text. |
convert.excel_to_srt
- Convert Excel to SRT | Excel to SRT ConverterParameter | Required | Possible values |
---|---|---|
file_id | (required) | file_id of the file to convert |
For optional parameters the default value highlighted in bold text. |
convert.xlsx_to_srt
- Convert XLSX to SRT | XLSX to SRT ConverterParameter | Required | Possible values |
---|---|---|
file_id | (required) | file_id of the file to convert |
For optional parameters the default value highlighted in bold text. |
convert.xls_to_srt
- Convert XLS to SRT | XLS to SRT ConverterParameter | Required | Possible values |
---|---|---|
file_id | (required) | file_id of the file to convert |
For optional parameters the default value highlighted in bold text. |
The following sample API request creates new conversion task:
curl -sSX POST https://api.conversiontools.io/v1/tasks \
-H "Content-Type: application/json" \
-H "Authorization: Bearer <API Token>" \
-d '{
"type": "convert.website_to_jpg",
"options": {
"url": "http://google.com",
"images": "yes"
}
}'
{
"error": "<error text>",
"task_id": "<task_id>"
}
In case of error, <error text>
will be any not null
text value, it will contain the description of error.
{
"error": "Bad type",
}
In case of success, it will return <task_id>
. You should use Get conversion task status request to find out when conversion task will be finished.
{
"error": null,
"task_id": "4147c475ffe94ec8a11aff9a6a8f437a"
}
You should perform this check in a loop, until task will be finished (see status
field).
Important! Please send this request not more often than every 5-10 seconds.
GET https://api.conversiontools.io/v1/tasks/<task_id>
Authorization: Bearer <API Token> |
Content-Type: application/json |
task_id | (required) | This is the task_id returned in the previous step. |
The following sample API request checks the conversion task status:
curl -sSX GET https://api.conversiontools.io/v1/tasks/d9b5369bfc6541d88581d4ff80954917 \
-H "Content-Type: application/json" \
-H "Authorization: Bearer <API Token>"
{
"error": "<error text>",
"status": "<status>",
"file_id": "<file_id>"
}
In case of error, <error text>
will be any not null
text value, it will contain the description of error.
status
is one of the following:
PENDING
- task is queued and waiting to be processedRUNNING
- task is runningSUCCESS
- task is finished successfullyERROR
- task is finished with an errorWhen status
is PENDING
or RUNNING
, response will have an empty file_id
field, for example:
{
"error": null,
"status": "RUNNING",
"file_id": null
}
When status
is SUCCESS
, response will have file_id
of the result file, for example:
{
"error": null,
"status": "SUCCESS",
"file_id": "ce87de1a680c4451a49a72df3fecd3fe"
}
When status
is ERROR
, response will have error
field with description of the error:
{
"error": "Wrong file format",
"status": "ERROR",
"file_id": null
}
When status
returned as SUCCESS
or ERROR
- this means that the conversion process is finished and you can download the result file using file_id
(request is described in the next step) or analyse the error.
GET https://api.conversiontools.io/v1/files/<file_id>
Authorization: Bearer <API Token> |
Content-Type: application/json |
<file_id> | (required) | This is the file_id of the file you need to download, for example, file_id returned in the previous step get task status. |
The response will contain a Content-Disposition: attachment;
HTTP header, which should trigger the file download process (if you're using a browser).
Conversion Type | Description |
---|---|
convert.ocr_png_to_text | PNG to Text Converter Online | OCR PNG Image to Text |
convert.ocr_jpg_to_text | OCR: Convert JPG to Text Online | JPG to Text Converter |
convert.ocr_png_to_pdf | OCR: Convert PNG to PDF Online | PNG to PDF Converter |
convert.ocr_jpg_to_pdf | OCR: Convert JPG to PDF Online | JPG to PDF Converter |
convert.ocr_pdf_to_text | OCR: Convert PDF to Text Online | PDF to Text Converter |
convert.ocr_pdf_to_pdf | OCR: Convert PDF Image to PDF Text Online | PDF Converter |
convert.mov_to_mp4 | Convert MOV to MP4 Online | MOV to MP4 Converter |
convert.mkv_to_mp4 | Convert MKV to MP4 Online | MKV to MP4 Converter |
convert.avi_to_mp4 | Convert AVI to MP4 Online | AVI to MP4 Converter |
convert.mp4_to_mp3 | Convert MP4 to MP3 Online | MP4 to MP3 Converter |
convert.wav_to_mp3 | Convert WAV to MP3 Online | WAV to MP3 Converter |
convert.flac_to_mp3 | Convert FLAC to MP3 Online | FLAC to MP3 Converter |
convert.mp3_to_wav | Convert MP3 to WAV Online | MP3 to WAV Converter |
convert.flac_to_wav | Convert FLAC to WAV Online | FLAC to WAV Converter |
convert.wav_to_flac | Convert WAV to FLAC Online | WAV to FLAC Converter |
convert.website_to_pdf | Convert HTML to PDF Online | HTML to PDF Converter |
convert.word_to_pdf | Convert Word to PDF Online | Word to PDF Converter |
convert.powerpoint_to_pdf | Convert PowerPoint to PDF Online | PowerPoint to PDF Converter |
convert.oxps_to_pdf | Convert OXPS to PDF Online | OXPS to PDF Converter |
convert.word_to_text | Convert Word to Text Online | Word to TXT Converter |
convert.powerpoint_to_text | Convert PowerPoint to Text Online | PowerPoint to TXT Converter |
convert.jpg_to_pdf | Convert JPG to PDF Online | JPG to PDF Converter |
convert.png_to_pdf | Convert from PNG to PDF Online | Change PNG to PDF in High Quality |
convert.markdown_to_pdf | Convert Markdown to PDF Online | Markdown to PDF Converter |
convert.markdown_to_html | Convert Markdown to HTML Online | Markdown to HTML Converter |
convert.markdown_to_epub | Convert Markdown to ePUB Online | Markdown to ePUB Converter |
convert.website_to_jpg | Convert Website to JPG. Create Website Thumbnail. Save Website as Image. HTML to JPG Converter |
convert.html_to_jpg | Convert HTML to JPG. Save Website as JPG Image. HTML to JPG Converter |
convert.website_to_png | Convert Website to PNG. Save Website as PNG Image. HTML to PNG Converter |
convert.html_to_png | Convert HTML to PNG. Save Website as PNG Image. HTML to PNG Converter |
convert.html_table_to_csv | Converting HTML Table to CSV | HTML to CSV Online |
convert.excel_to_pdf | Convert Excel to PDF | XLS File to PDF Converter Online |
convert.excel_to_xps | Convert Excel to XPS Online | Excel to XPS Converter |
convert.excel_to_html | Convert Excel to HTML Table Online | Export XLS to HTML |
convert.excel_to_csv | Convert Excel to CSV Online | XLS to CSV File Converter |
convert.excel_to_ods | Convert Excel to ODS Online | Excel to OpenOffice Calc ODS Converter |
convert.ods_to_csv | Convert OpenOffice Calc ODS to CSV Online | ODS to CSV Converter |
convert.ods_to_pdf | Convert OpenOffice Calc ODS to PDF Online | ODS to PDF Converter |
convert.ods_to_excel | Convert OpenOffice Calc ODS to Excel Online | ODS to Excel Converter |
convert.csv_to_excel | Convert CSV File to Excel Online | CSV to XLS Converter |
convert.csv_to_xml | Convert CSV to XML Online | CSV to XML Converter |
convert.excel_to_xml | Excel to XML | Convert XLS to XML Online |
convert.xml_to_json | Convert XML to JSON Online | XML to JSON Converter |
convert.xml_to_csv | Convert XML file to CSV Online | Parse from XML to CSV |
convert.xml_to_excel | XML file to Excel Converter Online | Convert XML to spreadsheet |
convert.fix_xml_escaping | Fix XML Escaping Problem | Fix XML Special Characters Escaping |
convert.excel_xml_to_excel_xlsx | Convert Excel XML to Excel XLSX Online | Excel XML to XLSX Converter |
convert.pdf_to_csv | Convert PDF to CSV Online | PDF to CSV Converter |
convert.pdf_to_excel | Convert PDF to Excel Spreadsheet | Export PDF to Excel Table |
convert.pdf_to_word | Convert PDF to Word Online | Change PDF to Word |
convert.pdf_to_jpg | Convert PDF to JPG Online | PDF to JPG Converter |
convert.pdf_to_png | Convert PDF to PNG Format | Turn from PDF into PNG |
convert.pdf_to_tiff | Convert PDF to TIFF Online | PDF to TIFF High Resolution |
convert.pdf_to_svg | Convert PDF to SVG Online | PDF to SVG Converter |
convert.pdf_to_html | Convert PDF to HTML Online | PDF to HTML Converter |
convert.pdf_to_text | PDF to Text Converter Online | Convert PDF to Plain Text File |
convert.ai_to_svg | Convert AI to SVG Online | AI to SVG Converter |
convert.png_to_avif | Convert PNG to AVIF Online | PNG to AVIF Converter |
convert.jpg_to_avif | Convert JPG to AVIF Online | JPG to AVIF Converter |
convert.webp_to_avif | Convert WebP to AVIF Online | WebP to AVIF Converter |
convert.avif_to_png | Convert AVIF to PNG Online | AVIF to PNG Converter |
convert.avif_to_jpg | Convert AVIF to JPEG Online | AVIF to JPEG Converter |
convert.avif_to_webp | Convert AVIF to WebP Online | AVIF to WebP Converter |
convert.png_to_webp | Convert PNG to WebP Online | PNG to WebP Converter |
convert.jpg_to_webp | Convert JPG to WebP Online | JPG to WebP Converter |
convert.tiff_to_webp | Convert TIFF to WebP Online | TIFF to WebP Converter |
convert.gif_to_webp | Convert GIF to WebP Online | GIF to WebP Converter |
convert.webp_to_png | Convert WebP to PNG Online | WebP to PNG Converter |
convert.webp_to_jpg | Convert WebP to JPEG Online | WebP to JPEG Converter |
convert.webp_to_tiff | Convert WebP to TIFF Online | WebP to TIFF Converter |
convert.webp_to_bmp | Convert WebP to BMP Online | WebP to BMP Converter |
convert.webp_to_yuv | Convert WebP to YUV Online | WebP to YUV Converter |
convert.webp_to_pam | Convert WebP to PAM Online | WebP to PAM Converter |
convert.webp_to_pgm | Convert WebP to PGM Online | WebP to PGM Converter |
convert.webp_to_ppm | Convert WebP to PPM Online | WebP to PPM Converter |
convert.png_to_jpg | Convert PNG to JPG Online | PNG to JPG Converter |
convert.png_to_pgm | Convert PNG to PGM Online | PNG to PGM Converter |
convert.png_to_ppm | Convert PNG to PPM Online | PNG to PPM Converter |
convert.jpg_to_png | Convert JPG to PNG Online | JPG to PNG Converter |
convert.jpg_to_pgm | Convert JPEG to PGM Online | JPEG to PGM Converter |
convert.jpg_to_ppm | Convert JPEG to PPM Online | JPEG to PPM Converter |
convert.heic_to_png | Convert HEIC to PNG Online | HEIC to PNG Converter |
convert.heic_to_jpg | Convert HEIC to JPG Online | HEIC to JPG Converter |
convert.epub_to_mobi | Convert ePUB to MOBI Online | ePUB to MOBI Converter |
convert.epub_to_azw | Convert ePUB to AZW Online | ePUB to AZW Converter |
convert.mobi_to_epub | Convert MOBI to ePUB Online | MOBI to ePUB Converter |
convert.mobi_to_azw | Convert MOBI to AZW Online | MOBI to AZW Converter |
convert.azw_to_epub | Convert AZW to ePUB Online | AZW to ePUB Converter |
convert.azw_to_mobi | Convert AZW to MOBI Online | AZW to MOBI Converter |
convert.epub_to_pdf | Convert ePUB to PDF Online | eBook to PDF Converter |
convert.mobi_to_pdf | Convert MOBI to PDF Online | eBook to PDF Converter |
convert.azw_to_pdf | Convert AZW to PDF Online | eBook to PDF Converter |
convert.azw3_to_pdf | Convert AZW3 to PDF Online | eBook to PDF Converter |
convert.fb2_to_pdf | Convert FB2 to PDF Online | eBook to PDF Converter |
convert.fbz_to_pdf | Convert FBZ to PDF Online | eBook to PDF Converter |
convert.pdf_to_epub | Convert PDF to ePUB Online | PDF to eBook Converter |
convert.pdf_to_mobi | Convert PDF to MOBI Online | PDF to eBook Converter |
convert.pdf_to_azw | Convert PDF to AZW Online | PDF to eBook Converter |
convert.pdf_to_azw3 | Convert PDF to AZW3 Online | PDF to eBook Converter |
convert.pdf_to_fb2 | Convert PDF to FB2 Online | PDF to eBook Converter |
convert.pdf_to_fbz | Convert PDF to FBZ Online | PDF to eBook Converter |
convert.remove_exif | Remove EXIF Data from Photos Online |
convert.format_json | JSON Formatter Online | Format JSON file |
convert.validate_json | JSON Validator Online | Validate JSON file |
convert.validate_xml_xsd | XML/XSD Validator Online | Validate XML file against XSD schema |
convert.json_to_xml | Convert JSON File to XML Online | Change JSON to XML |
convert.json_to_csv | Convert JSON to CSV Online | JSON to CSV Converter |
convert.json_to_excel | Convert JSON to Excel Online | JSON to Excel Converter |
convert.excel_to_json | Convert Excel to JSON Online | Excel to JSON Converter |
convert.csv_to_json | Convert CSV to JSON Online | CSV to JSON Converter |
convert.json_to_yaml | Convert JSON to YAML Online | JSON to YAML Converter |
convert.json_objects_to_csv | Convert JSON objects (one per line) to CSV Online | JSON to CSV Converter |
convert.json_objects_to_excel | Convert JSON objects (one per line) to Excel Online | JSON to Excel Converter |
convert.bson_to_csv | Convert BSON (MongoDB Dump) to CSV Online | BSON to CSV Converter |
convert.bson_to_excel | Convert BSON (MongoDB Dump) to Excel Online | BSON to Excel Converter |
convert.yaml_to_json | Convert YAML to JSON Online | YAML to JSON Converter |
convert.srt_to_csv | Convert SRT to CSV Online | SRT to CSV Converter |
convert.srt_to_excel | SRT to Excel Converter Online | Convert Subtitles to XLSX |
convert.srt_to_xlsx | SRT to XLSX Converter Online | Convert Subtitles to XLSX |
convert.srt_to_xls | SRT to XLS Converter Online | Convert Subtitles to XLS |
convert.csv_to_srt | Convert CSV to SRT Online | CSV to SRT Converter |
convert.excel_to_srt | Convert Excel to SRT | Excel to SRT Converter |
convert.xlsx_to_srt | Convert XLSX to SRT | XLSX to SRT Converter |
convert.xls_to_srt | Convert XLS to SRT | XLS to SRT Converter |
If you have any questions regarding the use of the Conversion Tools REST API - feel free to contact us.
We provide access to the Conversion Tools services via the HTTP-based REST API using the token authentication. API request and response are formatted in JSON.
We maintain the following official REST API Client libraries:
When account is created we generate the API Token for accessing the Conversion Tools REST API.
API Token can be found at your Profile.
API Token should be passed to HTTP request in the Authorization
HTTP header with the Bearer
authentication scheme as follows:
Authorization: Bearer <API Token>
The following sample request checking the access to the Conversion Tools REST API:
curl -sSX GET https://api.conversiontools.io/v1/ \
-H "Content-Type: application/json" \
-H "Authorization: Bearer <API Token>"
Conversion Tools REST API is available at:
https://api.conversiontools.io/v1/
API Request should contain the following components:
GET
or POST
Authorization
HTTP header with API TokenContent-Type
HTTP header with type application/json
The following sample API request creates new conversion task:
curl -sSX POST https://api.conversiontools.io/v1/tasks \
-H "Content-Type: application/json" \
-H "Authorization: Bearer <API Token>" \
-d '{
"type": "convert.website_to_jpg",
"options": {
"url": "http://google.com",
"images": "yes"
}
}'
General format of the API response has error
field and some optional <data>
:
{
"error": "<error text>",
<data>
}
In case of success, <error text>
will be empty (null
), for example:
{
"error": null,
"task_id": "4147c475ffe94ec8a11aff9a6a8f437a"
}
In case of error, <error text>
will contain the error description, for example:
{
"error": "Bad request"
}
File conversion process consists of the following 4 steps:
In case when you providing the file by Internet URL - start with a Step 2.
For file upload use a HTTP POST file upload request with the Content-Type: multipart/form-data
header.
See sample request below.
POST https://api.conversiontools.io/v1/files
Authorization: Bearer <API Token> |
Content-Type: multipart/form-data |
file | (required) | A file reference |
Success response will contain file_id
field, which contains the identifier of the uploaded file:
{
"error": null,
"file_id": "be87de1a680c4451a49a72df3fecd3fd"
}
This file_id
value should be used in the following step (Run conversion task).
curl
:
curl -sSX POST https://api.conversiontools.io/v1/files \
-H "Authorization: Bearer <API Token>" \
-F "file=@/home/user/Desktop/test.xml"
Please note: -F
parameter of curl
automatically adding header Content-Type: multipart/form-data
to the request.
POST https://api.conversiontools.io/v1/tasks
Authorization: Bearer <API Token> |
Content-Type: application/json |
type | (required) | Conversion type, for example convert.website_to_pdf . See list of available conversion types. |
options | (required) | Set of options, different for every conversion task, see the tables below. |
options
parameters generic for every conversion task:file_id | (required, when converting the file uploaded to the server) | For conversions which require a file to be uploaded, this is the file_id returned by POST /files request (from Step 1). |
url | (required, when converting the file from the Internet by link) | For conversions which accepts file by URL, this is a place to put it. |
options
parameters specific per conversion task:Please click on the conversion type to see the list of available options.
convert.ocr_png_to_text
- PNG to Text Converter Online | OCR PNG Image to TextParameter | Required | Possible values |
---|---|---|
file_id | (required) | file_id of the file to convert |
language_ocr | (optional) | Languages used on the image for OCR For multiple values - separate values with comma: eng,fra afr - Afrikaans amh - Amharic ara - Arabic asm - Assamese aze - Azerbaijani aze_cyrl - Azerbaijani - Cyrilic bel - Belarusian ben - Bengali bod - Tibetan bos - Bosnian bre - Breton bul - Bulgarian cat - Catalan; Valencian ceb - Cebuano ces - Czech chi_sim - Chinese - Simplified chi_tra - Chinese - Traditional chr - Cherokee cos - Corsican cym - Welsh dan - Danish dan_frak - Danish - Fraktur deu - German deu_frak - German - Fraktur dzo - Dzongkha ell - Greek, Modern (1453-) eng - English enm - English, Middle (1100-1500) epo - Esperanto est - Estonian eus - Basque fao - Faroese fas - Persian fil - Filipino (old - Tagalog) fin - Finnish fra - French frk - German - Fraktur frm - French, Middle (ca.1400-1600) fry - Western Frisian gla - Scottish Gaelic gle - Irish glg - Galician grc - Greek, Ancient (to 1453) guj - Gujarati hat - Haitian; Haitian Creole heb - Hebrew hin - Hindi hrv - Croatian hun - Hungarian hye - Armenian iku - Inuktitut ind - Indonesian isl - Icelandic ita - Italian ita_old - Italian - Old jav - Javanese jpn - Japanese kan - Kannada kat - Georgian kat_old - Georgian - Old kaz - Kazakh khm - Central Khmer kir - Kirghiz; Kyrgyz kmr - Kurmanji (Kurdish - Latin Script) kor - Korean kor_vert - Korean (vertical) kur - Kurdish (Arabic Script) lao - Lao lat - Latin lav - Latvian lit - Lithuanian ltz - Luxembourgish mal - Malayalam mar - Marathi mkd - Macedonian mlt - Maltese mon - Mongolian mri - Maori msa - Malay mya - Burmese nep - Nepali nld - Dutch; Flemish nor - Norwegian oci - Occitan (post 1500) ori - Oriya osd - Orientation and script detection module pan - Panjabi; Punjabi pol - Polish por - Portuguese pus - Pushto; Pashto que - Quechua ron - Romanian; Moldavian; Moldovan rus - Russian san - Sanskrit sin - Sinhala; Sinhalese slk - Slovak slk_frak - Slovak - Fraktur slv - Slovenian snd - Sindhi spa - Spanish; Castilian spa_old - Spanish; Castilian - Old sqi - Albanian srp - Serbian srp_latn - Serbian - Latin sun - Sundanese swa - Swahili swe - Swedish syr - Syriac tam - Tamil tat - Tatar tel - Telugu tgk - Tajik tgl - Tagalog (new - Filipino) tha - Thai tir - Tigrinya ton - Tonga tur - Turkish uig - Uighur; Uyghur ukr - Ukrainian urd - Urdu uzb - Uzbek uzb_cyrl - Uzbek - Cyrilic vie - Vietnamese yid - Yiddish yor - Yoruba |
For optional parameters the default value highlighted in bold text. |
convert.ocr_jpg_to_text
- OCR: Convert JPG to Text Online | JPG to Text ConverterParameter | Required | Possible values |
---|---|---|
file_id | (required) | file_id of the file to convert |
language_ocr | (optional) | Languages used on the image for OCR For multiple values - separate values with comma: eng,fra afr - Afrikaans amh - Amharic ara - Arabic asm - Assamese aze - Azerbaijani aze_cyrl - Azerbaijani - Cyrilic bel - Belarusian ben - Bengali bod - Tibetan bos - Bosnian bre - Breton bul - Bulgarian cat - Catalan; Valencian ceb - Cebuano ces - Czech chi_sim - Chinese - Simplified chi_tra - Chinese - Traditional chr - Cherokee cos - Corsican cym - Welsh dan - Danish dan_frak - Danish - Fraktur deu - German deu_frak - German - Fraktur dzo - Dzongkha ell - Greek, Modern (1453-) eng - English enm - English, Middle (1100-1500) epo - Esperanto est - Estonian eus - Basque fao - Faroese fas - Persian fil - Filipino (old - Tagalog) fin - Finnish fra - French frk - German - Fraktur frm - French, Middle (ca.1400-1600) fry - Western Frisian gla - Scottish Gaelic gle - Irish glg - Galician grc - Greek, Ancient (to 1453) guj - Gujarati hat - Haitian; Haitian Creole heb - Hebrew hin - Hindi hrv - Croatian hun - Hungarian hye - Armenian iku - Inuktitut ind - Indonesian isl - Icelandic ita - Italian ita_old - Italian - Old jav - Javanese jpn - Japanese kan - Kannada kat - Georgian kat_old - Georgian - Old kaz - Kazakh khm - Central Khmer kir - Kirghiz; Kyrgyz kmr - Kurmanji (Kurdish - Latin Script) kor - Korean kor_vert - Korean (vertical) kur - Kurdish (Arabic Script) lao - Lao lat - Latin lav - Latvian lit - Lithuanian ltz - Luxembourgish mal - Malayalam mar - Marathi mkd - Macedonian mlt - Maltese mon - Mongolian mri - Maori msa - Malay mya - Burmese nep - Nepali nld - Dutch; Flemish nor - Norwegian oci - Occitan (post 1500) ori - Oriya osd - Orientation and script detection module pan - Panjabi; Punjabi pol - Polish por - Portuguese pus - Pushto; Pashto que - Quechua ron - Romanian; Moldavian; Moldovan rus - Russian san - Sanskrit sin - Sinhala; Sinhalese slk - Slovak slk_frak - Slovak - Fraktur slv - Slovenian snd - Sindhi spa - Spanish; Castilian spa_old - Spanish; Castilian - Old sqi - Albanian srp - Serbian srp_latn - Serbian - Latin sun - Sundanese swa - Swahili swe - Swedish syr - Syriac tam - Tamil tat - Tatar tel - Telugu tgk - Tajik tgl - Tagalog (new - Filipino) tha - Thai tir - Tigrinya ton - Tonga tur - Turkish uig - Uighur; Uyghur ukr - Ukrainian urd - Urdu uzb - Uzbek uzb_cyrl - Uzbek - Cyrilic vie - Vietnamese yid - Yiddish yor - Yoruba |
For optional parameters the default value highlighted in bold text. |
convert.ocr_png_to_pdf
- OCR: Convert PNG to PDF Online | PNG to PDF ConverterParameter | Required | Possible values |
---|---|---|
file_id | (required) | file_id of the file to convert |
language_ocr | (optional) | Languages used on the image for OCR For multiple values - separate values with comma: eng,fra afr - Afrikaans amh - Amharic ara - Arabic asm - Assamese aze - Azerbaijani aze_cyrl - Azerbaijani - Cyrilic bel - Belarusian ben - Bengali bod - Tibetan bos - Bosnian bre - Breton bul - Bulgarian cat - Catalan; Valencian ceb - Cebuano ces - Czech chi_sim - Chinese - Simplified chi_tra - Chinese - Traditional chr - Cherokee cos - Corsican cym - Welsh dan - Danish dan_frak - Danish - Fraktur deu - German deu_frak - German - Fraktur dzo - Dzongkha ell - Greek, Modern (1453-) eng - English enm - English, Middle (1100-1500) epo - Esperanto est - Estonian eus - Basque fao - Faroese fas - Persian fil - Filipino (old - Tagalog) fin - Finnish fra - French frk - German - Fraktur frm - French, Middle (ca.1400-1600) fry - Western Frisian gla - Scottish Gaelic gle - Irish glg - Galician grc - Greek, Ancient (to 1453) guj - Gujarati hat - Haitian; Haitian Creole heb - Hebrew hin - Hindi hrv - Croatian hun - Hungarian hye - Armenian iku - Inuktitut ind - Indonesian isl - Icelandic ita - Italian ita_old - Italian - Old jav - Javanese jpn - Japanese kan - Kannada kat - Georgian kat_old - Georgian - Old kaz - Kazakh khm - Central Khmer kir - Kirghiz; Kyrgyz kmr - Kurmanji (Kurdish - Latin Script) kor - Korean kor_vert - Korean (vertical) kur - Kurdish (Arabic Script) lao - Lao lat - Latin lav - Latvian lit - Lithuanian ltz - Luxembourgish mal - Malayalam mar - Marathi mkd - Macedonian mlt - Maltese mon - Mongolian mri - Maori msa - Malay mya - Burmese nep - Nepali nld - Dutch; Flemish nor - Norwegian oci - Occitan (post 1500) ori - Oriya osd - Orientation and script detection module pan - Panjabi; Punjabi pol - Polish por - Portuguese pus - Pushto; Pashto que - Quechua ron - Romanian; Moldavian; Moldovan rus - Russian san - Sanskrit sin - Sinhala; Sinhalese slk - Slovak slk_frak - Slovak - Fraktur slv - Slovenian snd - Sindhi spa - Spanish; Castilian spa_old - Spanish; Castilian - Old sqi - Albanian srp - Serbian srp_latn - Serbian - Latin sun - Sundanese swa - Swahili swe - Swedish syr - Syriac tam - Tamil tat - Tatar tel - Telugu tgk - Tajik tgl - Tagalog (new - Filipino) tha - Thai tir - Tigrinya ton - Tonga tur - Turkish uig - Uighur; Uyghur ukr - Ukrainian urd - Urdu uzb - Uzbek uzb_cyrl - Uzbek - Cyrilic vie - Vietnamese yid - Yiddish yor - Yoruba |
For optional parameters the default value highlighted in bold text. |
convert.ocr_jpg_to_pdf
- OCR: Convert JPG to PDF Online | JPG to PDF ConverterParameter | Required | Possible values |
---|---|---|
file_id | (required) | file_id of the file to convert |
language_ocr | (optional) | Languages used on the image for OCR For multiple values - separate values with comma: eng,fra afr - Afrikaans amh - Amharic ara - Arabic asm - Assamese aze - Azerbaijani aze_cyrl - Azerbaijani - Cyrilic bel - Belarusian ben - Bengali bod - Tibetan bos - Bosnian bre - Breton bul - Bulgarian cat - Catalan; Valencian ceb - Cebuano ces - Czech chi_sim - Chinese - Simplified chi_tra - Chinese - Traditional chr - Cherokee cos - Corsican cym - Welsh dan - Danish dan_frak - Danish - Fraktur deu - German deu_frak - German - Fraktur dzo - Dzongkha ell - Greek, Modern (1453-) eng - English enm - English, Middle (1100-1500) epo - Esperanto est - Estonian eus - Basque fao - Faroese fas - Persian fil - Filipino (old - Tagalog) fin - Finnish fra - French frk - German - Fraktur frm - French, Middle (ca.1400-1600) fry - Western Frisian gla - Scottish Gaelic gle - Irish glg - Galician grc - Greek, Ancient (to 1453) guj - Gujarati hat - Haitian; Haitian Creole heb - Hebrew hin - Hindi hrv - Croatian hun - Hungarian hye - Armenian iku - Inuktitut ind - Indonesian isl - Icelandic ita - Italian ita_old - Italian - Old jav - Javanese jpn - Japanese kan - Kannada kat - Georgian kat_old - Georgian - Old kaz - Kazakh khm - Central Khmer kir - Kirghiz; Kyrgyz kmr - Kurmanji (Kurdish - Latin Script) kor - Korean kor_vert - Korean (vertical) kur - Kurdish (Arabic Script) lao - Lao lat - Latin lav - Latvian lit - Lithuanian ltz - Luxembourgish mal - Malayalam mar - Marathi mkd - Macedonian mlt - Maltese mon - Mongolian mri - Maori msa - Malay mya - Burmese nep - Nepali nld - Dutch; Flemish nor - Norwegian oci - Occitan (post 1500) ori - Oriya osd - Orientation and script detection module pan - Panjabi; Punjabi pol - Polish por - Portuguese pus - Pushto; Pashto que - Quechua ron - Romanian; Moldavian; Moldovan rus - Russian san - Sanskrit sin - Sinhala; Sinhalese slk - Slovak slk_frak - Slovak - Fraktur slv - Slovenian snd - Sindhi spa - Spanish; Castilian spa_old - Spanish; Castilian - Old sqi - Albanian srp - Serbian srp_latn - Serbian - Latin sun - Sundanese swa - Swahili swe - Swedish syr - Syriac tam - Tamil tat - Tatar tel - Telugu tgk - Tajik tgl - Tagalog (new - Filipino) tha - Thai tir - Tigrinya ton - Tonga tur - Turkish uig - Uighur; Uyghur ukr - Ukrainian urd - Urdu uzb - Uzbek uzb_cyrl - Uzbek - Cyrilic vie - Vietnamese yid - Yiddish yor - Yoruba |
For optional parameters the default value highlighted in bold text. |
convert.ocr_pdf_to_text
- OCR: Convert PDF to Text Online | PDF to Text ConverterParameter | Required | Possible values |
---|---|---|
file_id | (required) | file_id of the file to convert |
language_ocr | (optional) | Languages used on the image for OCR For multiple values - separate values with comma: eng,fra afr - Afrikaans amh - Amharic ara - Arabic asm - Assamese aze - Azerbaijani aze_cyrl - Azerbaijani - Cyrilic bel - Belarusian ben - Bengali bod - Tibetan bos - Bosnian bre - Breton bul - Bulgarian cat - Catalan; Valencian ceb - Cebuano ces - Czech chi_sim - Chinese - Simplified chi_tra - Chinese - Traditional chr - Cherokee cos - Corsican cym - Welsh dan - Danish dan_frak - Danish - Fraktur deu - German deu_frak - German - Fraktur dzo - Dzongkha ell - Greek, Modern (1453-) eng - English enm - English, Middle (1100-1500) epo - Esperanto est - Estonian eus - Basque fao - Faroese fas - Persian fil - Filipino (old - Tagalog) fin - Finnish fra - French frk - German - Fraktur frm - French, Middle (ca.1400-1600) fry - Western Frisian gla - Scottish Gaelic gle - Irish glg - Galician grc - Greek, Ancient (to 1453) guj - Gujarati hat - Haitian; Haitian Creole heb - Hebrew hin - Hindi hrv - Croatian hun - Hungarian hye - Armenian iku - Inuktitut ind - Indonesian isl - Icelandic ita - Italian ita_old - Italian - Old jav - Javanese jpn - Japanese kan - Kannada kat - Georgian kat_old - Georgian - Old kaz - Kazakh khm - Central Khmer kir - Kirghiz; Kyrgyz kmr - Kurmanji (Kurdish - Latin Script) kor - Korean kor_vert - Korean (vertical) kur - Kurdish (Arabic Script) lao - Lao lat - Latin lav - Latvian lit - Lithuanian ltz - Luxembourgish mal - Malayalam mar - Marathi mkd - Macedonian mlt - Maltese mon - Mongolian mri - Maori msa - Malay mya - Burmese nep - Nepali nld - Dutch; Flemish nor - Norwegian oci - Occitan (post 1500) ori - Oriya osd - Orientation and script detection module pan - Panjabi; Punjabi pol - Polish por - Portuguese pus - Pushto; Pashto que - Quechua ron - Romanian; Moldavian; Moldovan rus - Russian san - Sanskrit sin - Sinhala; Sinhalese slk - Slovak slk_frak - Slovak - Fraktur slv - Slovenian snd - Sindhi spa - Spanish; Castilian spa_old - Spanish; Castilian - Old sqi - Albanian srp - Serbian srp_latn - Serbian - Latin sun - Sundanese swa - Swahili swe - Swedish syr - Syriac tam - Tamil tat - Tatar tel - Telugu tgk - Tajik tgl - Tagalog (new - Filipino) tha - Thai tir - Tigrinya ton - Tonga tur - Turkish uig - Uighur; Uyghur ukr - Ukrainian urd - Urdu uzb - Uzbek uzb_cyrl - Uzbek - Cyrilic vie - Vietnamese yid - Yiddish yor - Yoruba |
For optional parameters the default value highlighted in bold text. |
convert.ocr_pdf_to_pdf
- OCR: Convert PDF Image to PDF Text Online | PDF ConverterParameter | Required | Possible values |
---|---|---|
file_id | (required) | file_id of the file to convert |
language_ocr | (optional) | Languages used on the image for OCR For multiple values - separate values with comma: eng,fra afr - Afrikaans amh - Amharic ara - Arabic asm - Assamese aze - Azerbaijani aze_cyrl - Azerbaijani - Cyrilic bel - Belarusian ben - Bengali bod - Tibetan bos - Bosnian bre - Breton bul - Bulgarian cat - Catalan; Valencian ceb - Cebuano ces - Czech chi_sim - Chinese - Simplified chi_tra - Chinese - Traditional chr - Cherokee cos - Corsican cym - Welsh dan - Danish dan_frak - Danish - Fraktur deu - German deu_frak - German - Fraktur dzo - Dzongkha ell - Greek, Modern (1453-) eng - English enm - English, Middle (1100-1500) epo - Esperanto est - Estonian eus - Basque fao - Faroese fas - Persian fil - Filipino (old - Tagalog) fin - Finnish fra - French frk - German - Fraktur frm - French, Middle (ca.1400-1600) fry - Western Frisian gla - Scottish Gaelic gle - Irish glg - Galician grc - Greek, Ancient (to 1453) guj - Gujarati hat - Haitian; Haitian Creole heb - Hebrew hin - Hindi hrv - Croatian hun - Hungarian hye - Armenian iku - Inuktitut ind - Indonesian isl - Icelandic ita - Italian ita_old - Italian - Old jav - Javanese jpn - Japanese kan - Kannada kat - Georgian kat_old - Georgian - Old kaz - Kazakh khm - Central Khmer kir - Kirghiz; Kyrgyz kmr - Kurmanji (Kurdish - Latin Script) kor - Korean kor_vert - Korean (vertical) kur - Kurdish (Arabic Script) lao - Lao lat - Latin lav - Latvian lit - Lithuanian ltz - Luxembourgish mal - Malayalam mar - Marathi mkd - Macedonian mlt - Maltese mon - Mongolian mri - Maori msa - Malay mya - Burmese nep - Nepali nld - Dutch; Flemish nor - Norwegian oci - Occitan (post 1500) ori - Oriya osd - Orientation and script detection module pan - Panjabi; Punjabi pol - Polish por - Portuguese pus - Pushto; Pashto que - Quechua ron - Romanian; Moldavian; Moldovan rus - Russian san - Sanskrit sin - Sinhala; Sinhalese slk - Slovak slk_frak - Slovak - Fraktur slv - Slovenian snd - Sindhi spa - Spanish; Castilian spa_old - Spanish; Castilian - Old sqi - Albanian srp - Serbian srp_latn - Serbian - Latin sun - Sundanese swa - Swahili swe - Swedish syr - Syriac tam - Tamil tat - Tatar tel - Telugu tgk - Tajik tgl - Tagalog (new - Filipino) tha - Thai tir - Tigrinya ton - Tonga tur - Turkish uig - Uighur; Uyghur ukr - Ukrainian urd - Urdu uzb - Uzbek uzb_cyrl - Uzbek - Cyrilic vie - Vietnamese yid - Yiddish yor - Yoruba |
For optional parameters the default value highlighted in bold text. |
convert.mov_to_mp4
- Convert MOV to MP4 Online | MOV to MP4 ConverterParameter | Required | Possible values |
---|---|---|
file_id | (required) | file_id of the file to convert |
For optional parameters the default value highlighted in bold text. |
convert.mkv_to_mp4
- Convert MKV to MP4 Online | MKV to MP4 ConverterParameter | Required | Possible values |
---|---|---|
file_id | (required) | file_id of the file to convert |
For optional parameters the default value highlighted in bold text. |
convert.avi_to_mp4
- Convert AVI to MP4 Online | AVI to MP4 ConverterParameter | Required | Possible values |
---|---|---|
file_id | (required) | file_id of the file to convert |
For optional parameters the default value highlighted in bold text. |
convert.mp4_to_mp3
- Convert MP4 to MP3 Online | MP4 to MP3 ConverterParameter | Required | Possible values |
---|---|---|
file_id | (required) | file_id of the file to convert |
bitrate | (optional) | default 96 128 160 192 256 320 |
For optional parameters the default value highlighted in bold text. |
convert.wav_to_mp3
- Convert WAV to MP3 Online | WAV to MP3 ConverterParameter | Required | Possible values |
---|---|---|
file_id | (required) | file_id of the file to convert |
bitrate | (optional) | default 96 128 160 192 256 320 |
For optional parameters the default value highlighted in bold text. |
convert.flac_to_mp3
- Convert FLAC to MP3 Online | FLAC to MP3 ConverterParameter | Required | Possible values |
---|---|---|
file_id | (required) | file_id of the file to convert |
bitrate | (optional) | default 96 128 160 192 256 320 |
For optional parameters the default value highlighted in bold text. |
convert.mp3_to_wav
- Convert MP3 to WAV Online | MP3 to WAV ConverterParameter | Required | Possible values |
---|---|---|
file_id | (required) | file_id of the file to convert |
sampling_rate | (optional) | default 8000 16000 44100 48000 |
bit_depth | (optional) | 8 16 24 32 |
audio_channels | (optional) | default 1 2 |
For optional parameters the default value highlighted in bold text. |
convert.flac_to_wav
- Convert FLAC to WAV Online | FLAC to WAV ConverterParameter | Required | Possible values |
---|---|---|
file_id | (required) | file_id of the file to convert |
sampling_rate | (optional) | default 8000 16000 44100 48000 |
bit_depth | (optional) | 8 16 24 32 |
audio_channels | (optional) | default 1 2 |
For optional parameters the default value highlighted in bold text. |
convert.wav_to_flac
- Convert WAV to FLAC Online | WAV to FLAC ConverterParameter | Required | Possible values |
---|---|---|
file_id | (required) | file_id of the file to convert |
For optional parameters the default value highlighted in bold text. |
convert.website_to_pdf
- Convert HTML to PDF Online | HTML to PDF ConverterParameter | Required | Possible values |
---|---|---|
file_id | (required, when converting the uploaded file) | file_id of the file to convert |
url | (required, when converting the file from url) | Internet URL of the file to convert |
orientation | (optional) | Landscape Portrait |
pagesize | (optional) | A4 B5 Letter |
colormode | (optional) | colored grayscale |
background | (optional) | yes no |
images | (optional) | yes no |
javascript | (optional) | yes no |
margin_top | (optional) | Top Margin, in px, for example: 30 |
margin_right | (optional) | Right Margin, in px, for example: 30 |
margin_bottom | (optional) | Bottom Margin, in px, for example: 30 |
margin_left | (optional) | Left Margin, in px, for example: 30 |
For optional parameters the default value highlighted in bold text. |
convert.word_to_pdf
- Convert Word to PDF Online | Word to PDF ConverterParameter | Required | Possible values |
---|---|---|
file_id | (required) | file_id of the file to convert |
For optional parameters the default value highlighted in bold text. |
convert.powerpoint_to_pdf
- Convert PowerPoint to PDF Online | PowerPoint to PDF ConverterParameter | Required | Possible values |
---|---|---|
file_id | (required) | file_id of the file to convert |
For optional parameters the default value highlighted in bold text. |
convert.oxps_to_pdf
- Convert OXPS to PDF Online | OXPS to PDF ConverterParameter | Required | Possible values |
---|---|---|
file_id | (required) | file_id of the file to convert |
For optional parameters the default value highlighted in bold text. |
convert.word_to_text
- Convert Word to Text Online | Word to TXT ConverterParameter | Required | Possible values |
---|---|---|
file_id | (required) | file_id of the file to convert |
For optional parameters the default value highlighted in bold text. |
convert.powerpoint_to_text
- Convert PowerPoint to Text Online | PowerPoint to TXT ConverterParameter | Required | Possible values |
---|---|---|
file_id | (required) | file_id of the file to convert |
For optional parameters the default value highlighted in bold text. |
convert.jpg_to_pdf
- Convert JPG to PDF Online | JPG to PDF ConverterParameter | Required | Possible values |
---|---|---|
file_id | (required) | file_id of the file to convert |
orientation | (optional) | Landscape Portrait |
For optional parameters the default value highlighted in bold text. |
convert.png_to_pdf
- Convert from PNG to PDF Online | Change PNG to PDF in High QualityParameter | Required | Possible values |
---|---|---|
file_id | (required) | file_id of the file to convert |
orientation | (optional) | Landscape Portrait |
For optional parameters the default value highlighted in bold text. |
convert.markdown_to_pdf
- Convert Markdown to PDF Online | Markdown to PDF ConverterParameter | Required | Possible values |
---|---|---|
file_id | (required) | file_id of the file to convert |
For optional parameters the default value highlighted in bold text. |
convert.markdown_to_html
- Convert Markdown to HTML Online | Markdown to HTML ConverterParameter | Required | Possible values |
---|---|---|
file_id | (required) | file_id of the file to convert |
For optional parameters the default value highlighted in bold text. |
convert.markdown_to_epub
- Convert Markdown to ePUB Online | Markdown to ePUB ConverterParameter | Required | Possible values |
---|---|---|
file_id | (required) | file_id of the file to convert |
For optional parameters the default value highlighted in bold text. |
convert.website_to_jpg
- Convert Website to JPG. Create Website Thumbnail. Save Website as Image. HTML to JPG ConverterParameter | Required | Possible values |
---|---|---|
url | (required) | Internet URL of the file to convert |
background | (optional) | yes no |
images | (optional) | yes no |
javascript | (optional) | yes no |
viewport_width | (optional) | Viewport Width, in px, for example: 1080 |
viewport_height | (optional) | Viewport Height, in px, for example: 1920 |
emulate_device | (optional) | Blackberry PlayBook, Blackberry PlayBook landscape, BlackBerry Z30, BlackBerry Z30 landscape, Galaxy Note 3, Galaxy Note 3 landscape, Galaxy Note II, Galaxy Note II landscape, Galaxy S III, Galaxy S III landscape, Galaxy S5, Galaxy S5 landscape, Galaxy S8, Galaxy S8 landscape, Galaxy S9+, Galaxy S9+ landscape, Galaxy Tab S4, Galaxy Tab S4 landscape, iPad, iPad landscape, iPad (gen 6), iPad (gen 6) landscape, iPad (gen 7), iPad (gen 7) landscape, iPad Mini, iPad Mini landscape, iPad Pro, iPad Pro landscape, iPad Pro 11, iPad Pro 11 landscape, iPhone 4, iPhone 4 landscape, iPhone 5, iPhone 5 landscape, iPhone 6, iPhone 6 landscape, iPhone 6 Plus, iPhone 6 Plus landscape, iPhone 7, iPhone 7 landscape, iPhone 7 Plus, iPhone 7 Plus landscape, iPhone 8, iPhone 8 landscape, iPhone 8 Plus, iPhone 8 Plus landscape, iPhone SE, iPhone SE landscape, iPhone X, iPhone X landscape, iPhone XR, iPhone XR landscape, iPhone 11, iPhone 11 landscape, iPhone 11 Pro, iPhone 11 Pro landscape, iPhone 11 Pro Max, iPhone 11 Pro Max landscape, iPhone 12, iPhone 12 landscape, iPhone 12 Pro, iPhone 12 Pro landscape, iPhone 12 Pro Max, iPhone 12 Pro Max landscape, iPhone 12 Mini, iPhone 12 Mini landscape, iPhone 13, iPhone 13 landscape, iPhone 13 Pro, iPhone 13 Pro landscape, iPhone 13 Pro Max, iPhone 13 Pro Max landscape, iPhone 13 Mini, iPhone 13 Mini landscape, JioPhone 2, JioPhone 2 landscape, Kindle Fire HDX, Kindle Fire HDX landscape, LG Optimus L70, LG Optimus L70 landscape, Microsoft Lumia 550, Microsoft Lumia 950, Microsoft Lumia 950 landscape, Nexus 10, Nexus 10 landscape, Nexus 4, Nexus 4 landscape, Nexus 5, Nexus 5 landscape, Nexus 5X, Nexus 5X landscape, Nexus 6, Nexus 6 landscape, Nexus 6P, Nexus 6P landscape, Nexus 7, Nexus 7 landscape, Nokia Lumia 520, Nokia Lumia 520 landscape, Nokia N9, Nokia N9 landscape, Pixel 2, Pixel 2 landscape, Pixel 2 XL, Pixel 2 XL landscape, Pixel 3, Pixel 3 landscape, Pixel 4, Pixel 4 landscape, Pixel 4a (5G), Pixel 4a (5G) landscape, Pixel 5, Pixel 5 landscape, Moto G4, Moto G4 landscape |
For optional parameters the default value highlighted in bold text. |
convert.html_to_jpg
- Convert HTML to JPG. Save Website as JPG Image. HTML to JPG ConverterParameter | Required | Possible values |
---|---|---|
url | (required) | Internet URL of the file to convert |
background | (optional) | yes no |
images | (optional) | yes no |
javascript | (optional) | yes no |
viewport_width | (optional) | Viewport Width, in px, for example: 1080 |
viewport_height | (optional) | Viewport Height, in px, for example: 1920 |
emulate_device | (optional) | Blackberry PlayBook, Blackberry PlayBook landscape, BlackBerry Z30, BlackBerry Z30 landscape, Galaxy Note 3, Galaxy Note 3 landscape, Galaxy Note II, Galaxy Note II landscape, Galaxy S III, Galaxy S III landscape, Galaxy S5, Galaxy S5 landscape, Galaxy S8, Galaxy S8 landscape, Galaxy S9+, Galaxy S9+ landscape, Galaxy Tab S4, Galaxy Tab S4 landscape, iPad, iPad landscape, iPad (gen 6), iPad (gen 6) landscape, iPad (gen 7), iPad (gen 7) landscape, iPad Mini, iPad Mini landscape, iPad Pro, iPad Pro landscape, iPad Pro 11, iPad Pro 11 landscape, iPhone 4, iPhone 4 landscape, iPhone 5, iPhone 5 landscape, iPhone 6, iPhone 6 landscape, iPhone 6 Plus, iPhone 6 Plus landscape, iPhone 7, iPhone 7 landscape, iPhone 7 Plus, iPhone 7 Plus landscape, iPhone 8, iPhone 8 landscape, iPhone 8 Plus, iPhone 8 Plus landscape, iPhone SE, iPhone SE landscape, iPhone X, iPhone X landscape, iPhone XR, iPhone XR landscape, iPhone 11, iPhone 11 landscape, iPhone 11 Pro, iPhone 11 Pro landscape, iPhone 11 Pro Max, iPhone 11 Pro Max landscape, iPhone 12, iPhone 12 landscape, iPhone 12 Pro, iPhone 12 Pro landscape, iPhone 12 Pro Max, iPhone 12 Pro Max landscape, iPhone 12 Mini, iPhone 12 Mini landscape, iPhone 13, iPhone 13 landscape, iPhone 13 Pro, iPhone 13 Pro landscape, iPhone 13 Pro Max, iPhone 13 Pro Max landscape, iPhone 13 Mini, iPhone 13 Mini landscape, JioPhone 2, JioPhone 2 landscape, Kindle Fire HDX, Kindle Fire HDX landscape, LG Optimus L70, LG Optimus L70 landscape, Microsoft Lumia 550, Microsoft Lumia 950, Microsoft Lumia 950 landscape, Nexus 10, Nexus 10 landscape, Nexus 4, Nexus 4 landscape, Nexus 5, Nexus 5 landscape, Nexus 5X, Nexus 5X landscape, Nexus 6, Nexus 6 landscape, Nexus 6P, Nexus 6P landscape, Nexus 7, Nexus 7 landscape, Nokia Lumia 520, Nokia Lumia 520 landscape, Nokia N9, Nokia N9 landscape, Pixel 2, Pixel 2 landscape, Pixel 2 XL, Pixel 2 XL landscape, Pixel 3, Pixel 3 landscape, Pixel 4, Pixel 4 landscape, Pixel 4a (5G), Pixel 4a (5G) landscape, Pixel 5, Pixel 5 landscape, Moto G4, Moto G4 landscape |
For optional parameters the default value highlighted in bold text. |
convert.website_to_png
- Convert Website to PNG. Save Website as PNG Image. HTML to PNG ConverterParameter | Required | Possible values |
---|---|---|
url | (required) | Internet URL of the file to convert |
background | (optional) | yes no |
images | (optional) | yes no |
javascript | (optional) | yes no |
viewport_width | (optional) | Viewport Width, in px, for example: 1080 |
viewport_height | (optional) | Viewport Height, in px, for example: 1920 |
emulate_device | (optional) | Blackberry PlayBook, Blackberry PlayBook landscape, BlackBerry Z30, BlackBerry Z30 landscape, Galaxy Note 3, Galaxy Note 3 landscape, Galaxy Note II, Galaxy Note II landscape, Galaxy S III, Galaxy S III landscape, Galaxy S5, Galaxy S5 landscape, Galaxy S8, Galaxy S8 landscape, Galaxy S9+, Galaxy S9+ landscape, Galaxy Tab S4, Galaxy Tab S4 landscape, iPad, iPad landscape, iPad (gen 6), iPad (gen 6) landscape, iPad (gen 7), iPad (gen 7) landscape, iPad Mini, iPad Mini landscape, iPad Pro, iPad Pro landscape, iPad Pro 11, iPad Pro 11 landscape, iPhone 4, iPhone 4 landscape, iPhone 5, iPhone 5 landscape, iPhone 6, iPhone 6 landscape, iPhone 6 Plus, iPhone 6 Plus landscape, iPhone 7, iPhone 7 landscape, iPhone 7 Plus, iPhone 7 Plus landscape, iPhone 8, iPhone 8 landscape, iPhone 8 Plus, iPhone 8 Plus landscape, iPhone SE, iPhone SE landscape, iPhone X, iPhone X landscape, iPhone XR, iPhone XR landscape, iPhone 11, iPhone 11 landscape, iPhone 11 Pro, iPhone 11 Pro landscape, iPhone 11 Pro Max, iPhone 11 Pro Max landscape, iPhone 12, iPhone 12 landscape, iPhone 12 Pro, iPhone 12 Pro landscape, iPhone 12 Pro Max, iPhone 12 Pro Max landscape, iPhone 12 Mini, iPhone 12 Mini landscape, iPhone 13, iPhone 13 landscape, iPhone 13 Pro, iPhone 13 Pro landscape, iPhone 13 Pro Max, iPhone 13 Pro Max landscape, iPhone 13 Mini, iPhone 13 Mini landscape, JioPhone 2, JioPhone 2 landscape, Kindle Fire HDX, Kindle Fire HDX landscape, LG Optimus L70, LG Optimus L70 landscape, Microsoft Lumia 550, Microsoft Lumia 950, Microsoft Lumia 950 landscape, Nexus 10, Nexus 10 landscape, Nexus 4, Nexus 4 landscape, Nexus 5, Nexus 5 landscape, Nexus 5X, Nexus 5X landscape, Nexus 6, Nexus 6 landscape, Nexus 6P, Nexus 6P landscape, Nexus 7, Nexus 7 landscape, Nokia Lumia 520, Nokia Lumia 520 landscape, Nokia N9, Nokia N9 landscape, Pixel 2, Pixel 2 landscape, Pixel 2 XL, Pixel 2 XL landscape, Pixel 3, Pixel 3 landscape, Pixel 4, Pixel 4 landscape, Pixel 4a (5G), Pixel 4a (5G) landscape, Pixel 5, Pixel 5 landscape, Moto G4, Moto G4 landscape |
For optional parameters the default value highlighted in bold text. |
convert.html_to_png
- Convert HTML to PNG. Save Website as PNG Image. HTML to PNG ConverterParameter | Required | Possible values |
---|---|---|
url | (required) | Internet URL of the file to convert |
background | (optional) | yes no |
images | (optional) | yes no |
javascript | (optional) | yes no |
viewport_width | (optional) | Viewport Width, in px, for example: 1080 |
viewport_height | (optional) | Viewport Height, in px, for example: 1920 |
emulate_device | (optional) | Blackberry PlayBook, Blackberry PlayBook landscape, BlackBerry Z30, BlackBerry Z30 landscape, Galaxy Note 3, Galaxy Note 3 landscape, Galaxy Note II, Galaxy Note II landscape, Galaxy S III, Galaxy S III landscape, Galaxy S5, Galaxy S5 landscape, Galaxy S8, Galaxy S8 landscape, Galaxy S9+, Galaxy S9+ landscape, Galaxy Tab S4, Galaxy Tab S4 landscape, iPad, iPad landscape, iPad (gen 6), iPad (gen 6) landscape, iPad (gen 7), iPad (gen 7) landscape, iPad Mini, iPad Mini landscape, iPad Pro, iPad Pro landscape, iPad Pro 11, iPad Pro 11 landscape, iPhone 4, iPhone 4 landscape, iPhone 5, iPhone 5 landscape, iPhone 6, iPhone 6 landscape, iPhone 6 Plus, iPhone 6 Plus landscape, iPhone 7, iPhone 7 landscape, iPhone 7 Plus, iPhone 7 Plus landscape, iPhone 8, iPhone 8 landscape, iPhone 8 Plus, iPhone 8 Plus landscape, iPhone SE, iPhone SE landscape, iPhone X, iPhone X landscape, iPhone XR, iPhone XR landscape, iPhone 11, iPhone 11 landscape, iPhone 11 Pro, iPhone 11 Pro landscape, iPhone 11 Pro Max, iPhone 11 Pro Max landscape, iPhone 12, iPhone 12 landscape, iPhone 12 Pro, iPhone 12 Pro landscape, iPhone 12 Pro Max, iPhone 12 Pro Max landscape, iPhone 12 Mini, iPhone 12 Mini landscape, iPhone 13, iPhone 13 landscape, iPhone 13 Pro, iPhone 13 Pro landscape, iPhone 13 Pro Max, iPhone 13 Pro Max landscape, iPhone 13 Mini, iPhone 13 Mini landscape, JioPhone 2, JioPhone 2 landscape, Kindle Fire HDX, Kindle Fire HDX landscape, LG Optimus L70, LG Optimus L70 landscape, Microsoft Lumia 550, Microsoft Lumia 950, Microsoft Lumia 950 landscape, Nexus 10, Nexus 10 landscape, Nexus 4, Nexus 4 landscape, Nexus 5, Nexus 5 landscape, Nexus 5X, Nexus 5X landscape, Nexus 6, Nexus 6 landscape, Nexus 6P, Nexus 6P landscape, Nexus 7, Nexus 7 landscape, Nokia Lumia 520, Nokia Lumia 520 landscape, Nokia N9, Nokia N9 landscape, Pixel 2, Pixel 2 landscape, Pixel 2 XL, Pixel 2 XL landscape, Pixel 3, Pixel 3 landscape, Pixel 4, Pixel 4 landscape, Pixel 4a (5G), Pixel 4a (5G) landscape, Pixel 5, Pixel 5 landscape, Moto G4, Moto G4 landscape |
For optional parameters the default value highlighted in bold text. |
convert.html_table_to_csv
- Converting HTML Table to CSV | HTML to CSV OnlineParameter | Required | Possible values |
---|---|---|
file_id | (required, when converting the uploaded file) | file_id of the file to convert |
url | (required, when converting the file from url) | Internet URL of the file to convert |
delimiter | (optional) | comma semicolon vertical_bar tabulation |
For optional parameters the default value highlighted in bold text. |
convert.excel_to_pdf
- Convert Excel to PDF | XLS File to PDF Converter OnlineParameter | Required | Possible values |
---|---|---|
file_id | (required) | file_id of the file to convert |
orientation | (optional) | Landscape Portrait |
For optional parameters the default value highlighted in bold text. |
convert.excel_to_xps
- Convert Excel to XPS Online | Excel to XPS ConverterParameter | Required | Possible values |
---|---|---|
file_id | (required) | file_id of the file to convert |
For optional parameters the default value highlighted in bold text. |
convert.excel_to_html
- Convert Excel to HTML Table Online | Export XLS to HTMLParameter | Required | Possible values |
---|---|---|
file_id | (required) | file_id of the file to convert |
recalculate | (optional) | yes no |
make_sortable | (optional) | Make columns sortable: yes no |
title_overview | (optional) | Title for 'Overview' label |
title_sheet | (optional) | Title for 'Sheet X' label |
For optional parameters the default value highlighted in bold text. |
convert.excel_to_csv
- Convert Excel to CSV Online | XLS to CSV File ConverterParameter | Required | Possible values |
---|---|---|
file_id | (required) | file_id of the file to convert |
delimiter | (optional) | comma semicolon vertical_bar tabulation |
quote | (optional) | Always quote all non-empty fields: yes no |
utf8_bom | (optional) | Save file with UTF-8 BOM: yes no |
For optional parameters the default value highlighted in bold text. |
convert.excel_to_ods
- Convert Excel to ODS Online | Excel to OpenOffice Calc ODS ConverterParameter | Required | Possible values |
---|---|---|
file_id | (required) | file_id of the file to convert |
For optional parameters the default value highlighted in bold text. |
convert.ods_to_csv
- Convert OpenOffice Calc ODS to CSV Online | ODS to CSV ConverterParameter | Required | Possible values |
---|---|---|
file_id | (required) | file_id of the file to convert |
delimiter | (optional) | comma semicolon vertical_bar tabulation |
For optional parameters the default value highlighted in bold text. |
convert.ods_to_pdf
- Convert OpenOffice Calc ODS to PDF Online | ODS to PDF ConverterParameter | Required | Possible values |
---|---|---|
file_id | (required) | file_id of the file to convert |
For optional parameters the default value highlighted in bold text. |
convert.ods_to_excel
- Convert OpenOffice Calc ODS to Excel Online | ODS to Excel ConverterParameter | Required | Possible values |
---|---|---|
file_id | (required) | file_id of the file to convert |
excel_format | (optional) | xlsx xls |
For optional parameters the default value highlighted in bold text. |
convert.csv_to_excel
- Convert CSV File to Excel Online | CSV to XLS ConverterParameter | Required | Possible values |
---|---|---|
file_id | (required) | file_id of the file to convert |
delimiter | (optional) | comma semicolon vertical_bar tabulation |
excel_format | (optional) | xlsx xls |
For optional parameters the default value highlighted in bold text. |
convert.csv_to_xml
- Convert CSV to XML Online | CSV to XML ConverterParameter | Required | Possible values |
---|---|---|
file_id | (required) | file_id of the file to convert |
delimiter | (optional) | comma semicolon vertical_bar tabulation |
header | (optional) | Use first line of the file as a columns header: yes no |
show_columns | (optional) | Add <columns /> section: yes no |
index_records | (optional) | Add index attribute for records: yes no |
ignore_errors | (optional) | Ignore validation errors: yes no |
add_empty_nodes | (optional) | Add empty nodes (when no value present): yes no |
short_tag_empty_node | (optional) | Use short tag <node/> for empty nodes: yes no |
xml_encoding | (optional) | XML Encoding (output file): utf-8 utf-16le utf-16be |
For optional parameters the default value highlighted in bold text. |
convert.excel_to_xml
- Excel to XML | Convert XLS to XML OnlineParameter | Required | Possible values |
---|---|---|
file_id | (required) | file_id of the file to convert |
header | (optional) | Use first line of the file as a columns header: yes no |
show_columns | (optional) | Add <columns /> section: yes no |
index_records | (optional) | Add index attribute for records: yes no |
add_empty_nodes | (optional) | Add empty nodes (when no value present): yes no |
short_tag_empty_node | (optional) | Use short tag <node/> for empty nodes: yes no |
xml_encoding | (optional) | XML Encoding (output file): utf-8 utf-16le utf-16be |
For optional parameters the default value highlighted in bold text. |
convert.xml_to_json
- Convert XML to JSON Online | XML to JSON ConverterParameter | Required | Possible values |
---|---|---|
file_id | (required) | file_id of the file to convert |
space | (optional) | 0 1s 2s 3s 4s 1t |
For optional parameters the default value highlighted in bold text. |
convert.xml_to_csv
- Convert XML file to CSV Online | Parse from XML to CSVParameter | Required | Possible values |
---|---|---|
file_id | (required) | file_id of the file to convert |
delimiter | (optional) | comma semicolon vertical_bar tabulation |
quote | (optional) | Always quote all non-empty fields: yes no |
ignore_errors | (optional) | Ignore validation errors: yes no |
copy_parent_values | (optional) | yes no |
For optional parameters the default value highlighted in bold text. |
convert.xml_to_excel
- XML file to Excel Converter Online | Convert XML to spreadsheetParameter | Required | Possible values |
---|---|---|
file_id | (required) | file_id of the file to convert |
split_excel_rows_limit | (optional) | yes no |
excel_format | (optional) | xlsx xls |
ignore_errors | (optional) | Ignore validation errors: yes no |
copy_parent_values | (optional) | yes no |
For optional parameters the default value highlighted in bold text. |
convert.fix_xml_escaping
- Fix XML Escaping Problem | Fix XML Special Characters EscapingParameter | Required | Possible values |
---|---|---|
file_id | (required) | file_id of the file to convert |
For optional parameters the default value highlighted in bold text. |
convert.excel_xml_to_excel_xlsx
- Convert Excel XML to Excel XLSX Online | Excel XML to XLSX ConverterParameter | Required | Possible values |
---|---|---|
file_id | (required) | file_id of the file to convert |
excel_format | (optional) | xlsx xls |
For optional parameters the default value highlighted in bold text. |
convert.pdf_to_csv
- Convert PDF to CSV Online | PDF to CSV ConverterParameter | Required | Possible values |
---|---|---|
file_id | (required) | file_id of the file to convert |
delimiter | (optional) | comma semicolon vertical_bar tabulation |
quote | (optional) | Always quote all non-empty fields: yes no |
For optional parameters the default value highlighted in bold text. |
convert.pdf_to_excel
- Convert PDF to Excel Spreadsheet | Export PDF to Excel TableParameter | Required | Possible values |
---|---|---|
file_id | (required) | file_id of the file to convert |
version | (optional) | 2 1 |
For optional parameters the default value highlighted in bold text. |
convert.pdf_to_word
- Convert PDF to Word Online | Change PDF to WordParameter | Required | Possible values |
---|---|---|
file_id | (required) | file_id of the file to convert |
word_format | (optional) | docx doc |
For optional parameters the default value highlighted in bold text. |
convert.pdf_to_jpg
- Convert PDF to JPG Online | PDF to JPG ConverterParameter | Required | Possible values |
---|---|---|
file_id | (required) | file_id of the file to convert |
image_resolution | (optional) | values in PPI (pixel per inch): 72 150 300 600 |
jpeg_quality | (optional) | 0 - 100 (default: 80) |
colormode | (optional) | colored grayscale |
progressive_jpeg | (optional) | yes no |
For optional parameters the default value highlighted in bold text. |
convert.pdf_to_png
- Convert PDF to PNG Format | Turn from PDF into PNGParameter | Required | Possible values |
---|---|---|
file_id | (required) | file_id of the file to convert |
image_resolution | (optional) | values in PPI (pixel per inch): 72 150 300 600 |
colormode3 | (optional) | colored grayscale monochrome |
background_color | (optional) | white transparent |
For optional parameters the default value highlighted in bold text. |
convert.pdf_to_tiff
- Convert PDF to TIFF Online | PDF to TIFF High ResolutionParameter | Required | Possible values |
---|---|---|
file_id | (required) | file_id of the file to convert |
image_resolution | (optional) | values in PPI (pixel per inch): 72 150 300 600 |
colormode3 | (optional) | colored grayscale monochrome |
background_color | (optional) | white transparent |
For optional parameters the default value highlighted in bold text. |
convert.pdf_to_svg
- Convert PDF to SVG Online | PDF to SVG ConverterParameter | Required | Possible values |
---|---|---|
file_id | (required) | file_id of the file to convert |
image_resolution | (optional) | values in PPI (pixel per inch): 72 150 300 600 |
pagesize | (optional) | A4 B5 Letter |
For optional parameters the default value highlighted in bold text. |
convert.pdf_to_html
- Convert PDF to HTML Online | PDF to HTML ConverterParameter | Required | Possible values |
---|---|---|
file_id | (required) | file_id of the file to convert |
images | (optional) | yes no |
For optional parameters the default value highlighted in bold text. |
convert.pdf_to_text
- PDF to Text Converter Online | Convert PDF to Plain Text FileParameter | Required | Possible values |
---|---|---|
file_id | (required) | file_id of the file to convert |
For optional parameters the default value highlighted in bold text. |
convert.ai_to_svg
- Convert AI to SVG Online | AI to SVG ConverterParameter | Required | Possible values |
---|---|---|
file_id | (required) | file_id of the file to convert |
For optional parameters the default value highlighted in bold text. |
convert.png_to_avif
- Convert PNG to AVIF Online | PNG to AVIF ConverterParameter | Required | Possible values |
---|---|---|
file_id | (required) | file_id of the file to convert |
For optional parameters the default value highlighted in bold text. |
convert.jpg_to_avif
- Convert JPG to AVIF Online | JPG to AVIF ConverterParameter | Required | Possible values |
---|---|---|
file_id | (required) | file_id of the file to convert |
For optional parameters the default value highlighted in bold text. |
convert.webp_to_avif
- Convert WebP to AVIF Online | WebP to AVIF ConverterParameter | Required | Possible values |
---|---|---|
file_id | (required) | file_id of the file to convert |
For optional parameters the default value highlighted in bold text. |
convert.avif_to_png
- Convert AVIF to PNG Online | AVIF to PNG ConverterParameter | Required | Possible values |
---|---|---|
file_id | (required) | file_id of the file to convert |
For optional parameters the default value highlighted in bold text. |
convert.avif_to_jpg
- Convert AVIF to JPEG Online | AVIF to JPEG ConverterParameter | Required | Possible values |
---|---|---|
file_id | (required) | file_id of the file to convert |
For optional parameters the default value highlighted in bold text. |
convert.avif_to_webp
- Convert AVIF to WebP Online | AVIF to WebP ConverterParameter | Required | Possible values |
---|---|---|
file_id | (required) | file_id of the file to convert |
For optional parameters the default value highlighted in bold text. |
convert.png_to_webp
- Convert PNG to WebP Online | PNG to WebP ConverterParameter | Required | Possible values |
---|---|---|
file_id | (required) | file_id of the file to convert |
webp_quality | (optional) | 0 - 100 (default: 75) |
For optional parameters the default value highlighted in bold text. |
convert.jpg_to_webp
- Convert JPG to WebP Online | JPG to WebP ConverterParameter | Required | Possible values |
---|---|---|
file_id | (required) | file_id of the file to convert |
webp_quality | (optional) | 0 - 100 (default: 75) |
For optional parameters the default value highlighted in bold text. |
convert.tiff_to_webp
- Convert TIFF to WebP Online | TIFF to WebP ConverterParameter | Required | Possible values |
---|---|---|
file_id | (required) | file_id of the file to convert |
webp_quality | (optional) | 0 - 100 (default: 75) |
For optional parameters the default value highlighted in bold text. |
convert.gif_to_webp
- Convert GIF to WebP Online | GIF to WebP ConverterParameter | Required | Possible values |
---|---|---|
file_id | (required) | file_id of the file to convert |
webp_quality | (optional) | 0 - 100 (default: 75) |
For optional parameters the default value highlighted in bold text. |
convert.webp_to_png
- Convert WebP to PNG Online | WebP to PNG ConverterParameter | Required | Possible values |
---|---|---|
file_id | (required) | file_id of the file to convert |
For optional parameters the default value highlighted in bold text. |
convert.webp_to_jpg
- Convert WebP to JPEG Online | WebP to JPEG ConverterParameter | Required | Possible values |
---|---|---|
file_id | (required) | file_id of the file to convert |
For optional parameters the default value highlighted in bold text. |
convert.webp_to_tiff
- Convert WebP to TIFF Online | WebP to TIFF ConverterParameter | Required | Possible values |
---|---|---|
file_id | (required) | file_id of the file to convert |
For optional parameters the default value highlighted in bold text. |
convert.webp_to_bmp
- Convert WebP to BMP Online | WebP to BMP ConverterParameter | Required | Possible values |
---|---|---|
file_id | (required) | file_id of the file to convert |
For optional parameters the default value highlighted in bold text. |
convert.webp_to_yuv
- Convert WebP to YUV Online | WebP to YUV ConverterParameter | Required | Possible values |
---|---|---|
file_id | (required) | file_id of the file to convert |
For optional parameters the default value highlighted in bold text. |
convert.webp_to_pam
- Convert WebP to PAM Online | WebP to PAM ConverterParameter | Required | Possible values |
---|---|---|
file_id | (required) | file_id of the file to convert |
For optional parameters the default value highlighted in bold text. |
convert.webp_to_pgm
- Convert WebP to PGM Online | WebP to PGM ConverterParameter | Required | Possible values |
---|---|---|
file_id | (required) | file_id of the file to convert |
For optional parameters the default value highlighted in bold text. |
convert.webp_to_ppm
- Convert WebP to PPM Online | WebP to PPM ConverterParameter | Required | Possible values |
---|---|---|
file_id | (required) | file_id of the file to convert |
For optional parameters the default value highlighted in bold text. |
convert.png_to_jpg
- Convert PNG to JPG Online | PNG to JPG ConverterParameter | Required | Possible values |
---|---|---|
file_id | (required) | file_id of the file to convert |
For optional parameters the default value highlighted in bold text. |
convert.png_to_pgm
- Convert PNG to PGM Online | PNG to PGM ConverterParameter | Required | Possible values |
---|---|---|
file_id | (required) | file_id of the file to convert |
For optional parameters the default value highlighted in bold text. |
convert.png_to_ppm
- Convert PNG to PPM Online | PNG to PPM ConverterParameter | Required | Possible values |
---|---|---|
file_id | (required) | file_id of the file to convert |
For optional parameters the default value highlighted in bold text. |
convert.jpg_to_png
- Convert JPG to PNG Online | JPG to PNG ConverterParameter | Required | Possible values |
---|---|---|
file_id | (required) | file_id of the file to convert |
For optional parameters the default value highlighted in bold text. |
convert.jpg_to_pgm
- Convert JPEG to PGM Online | JPEG to PGM ConverterParameter | Required | Possible values |
---|---|---|
file_id | (required) | file_id of the file to convert |
For optional parameters the default value highlighted in bold text. |
convert.jpg_to_ppm
- Convert JPEG to PPM Online | JPEG to PPM ConverterParameter | Required | Possible values |
---|---|---|
file_id | (required) | file_id of the file to convert |
For optional parameters the default value highlighted in bold text. |
convert.heic_to_png
- Convert HEIC to PNG Online | HEIC to PNG ConverterParameter | Required | Possible values |
---|---|---|
file_id | (required) | file_id of the file to convert |
For optional parameters the default value highlighted in bold text. |
convert.heic_to_jpg
- Convert HEIC to JPG Online | HEIC to JPG ConverterParameter | Required | Possible values |
---|---|---|
file_id | (required) | file_id of the file to convert |
jpeg_quality | (optional) | 0 - 100 (default: 80) |
For optional parameters the default value highlighted in bold text. |
convert.epub_to_mobi
- Convert ePUB to MOBI Online | ePUB to MOBI ConverterParameter | Required | Possible values |
---|---|---|
file_id | (required) | file_id of the file to convert |
For optional parameters the default value highlighted in bold text. |
convert.epub_to_azw
- Convert ePUB to AZW Online | ePUB to AZW ConverterParameter | Required | Possible values |
---|---|---|
file_id | (required) | file_id of the file to convert |
For optional parameters the default value highlighted in bold text. |
convert.mobi_to_epub
- Convert MOBI to ePUB Online | MOBI to ePUB ConverterParameter | Required | Possible values |
---|---|---|
file_id | (required) | file_id of the file to convert |
For optional parameters the default value highlighted in bold text. |
convert.mobi_to_azw
- Convert MOBI to AZW Online | MOBI to AZW ConverterParameter | Required | Possible values |
---|---|---|
file_id | (required) | file_id of the file to convert |
For optional parameters the default value highlighted in bold text. |
convert.azw_to_epub
- Convert AZW to ePUB Online | AZW to ePUB ConverterParameter | Required | Possible values |
---|---|---|
file_id | (required) | file_id of the file to convert |
For optional parameters the default value highlighted in bold text. |
convert.azw_to_mobi
- Convert AZW to MOBI Online | AZW to MOBI ConverterParameter | Required | Possible values |
---|---|---|
file_id | (required) | file_id of the file to convert |
For optional parameters the default value highlighted in bold text. |
convert.epub_to_pdf
- Convert ePUB to PDF Online | eBook to PDF ConverterParameter | Required | Possible values |
---|---|---|
file_id | (required) | file_id of the file to convert |
For optional parameters the default value highlighted in bold text. |
convert.mobi_to_pdf
- Convert MOBI to PDF Online | eBook to PDF ConverterParameter | Required | Possible values |
---|---|---|
file_id | (required) | file_id of the file to convert |
For optional parameters the default value highlighted in bold text. |
convert.azw_to_pdf
- Convert AZW to PDF Online | eBook to PDF ConverterParameter | Required | Possible values |
---|---|---|
file_id | (required) | file_id of the file to convert |
For optional parameters the default value highlighted in bold text. |
convert.azw3_to_pdf
- Convert AZW3 to PDF Online | eBook to PDF ConverterParameter | Required | Possible values |
---|---|---|
file_id | (required) | file_id of the file to convert |
For optional parameters the default value highlighted in bold text. |
convert.fb2_to_pdf
- Convert FB2 to PDF Online | eBook to PDF ConverterParameter | Required | Possible values |
---|---|---|
file_id | (required) | file_id of the file to convert |
For optional parameters the default value highlighted in bold text. |
convert.fbz_to_pdf
- Convert FBZ to PDF Online | eBook to PDF ConverterParameter | Required | Possible values |
---|---|---|
file_id | (required) | file_id of the file to convert |
For optional parameters the default value highlighted in bold text. |
convert.pdf_to_epub
- Convert PDF to ePUB Online | PDF to eBook ConverterParameter | Required | Possible values |
---|---|---|
file_id | (required) | file_id of the file to convert |
For optional parameters the default value highlighted in bold text. |
convert.pdf_to_mobi
- Convert PDF to MOBI Online | PDF to eBook ConverterParameter | Required | Possible values |
---|---|---|
file_id | (required) | file_id of the file to convert |
For optional parameters the default value highlighted in bold text. |
convert.pdf_to_azw
- Convert PDF to AZW Online | PDF to eBook ConverterParameter | Required | Possible values |
---|---|---|
file_id | (required) | file_id of the file to convert |
For optional parameters the default value highlighted in bold text. |
convert.pdf_to_azw3
- Convert PDF to AZW3 Online | PDF to eBook ConverterParameter | Required | Possible values |
---|---|---|
file_id | (required) | file_id of the file to convert |
For optional parameters the default value highlighted in bold text. |
convert.pdf_to_fb2
- Convert PDF to FB2 Online | PDF to eBook ConverterParameter | Required | Possible values |
---|---|---|
file_id | (required) | file_id of the file to convert |
For optional parameters the default value highlighted in bold text. |
convert.pdf_to_fbz
- Convert PDF to FBZ Online | PDF to eBook ConverterParameter | Required | Possible values |
---|---|---|
file_id | (required) | file_id of the file to convert |
For optional parameters the default value highlighted in bold text. |
convert.remove_exif
- Remove EXIF Data from Photos OnlineParameter | Required | Possible values |
---|---|---|
file_id | (required) | file_id of the file to convert |
For optional parameters the default value highlighted in bold text. |
convert.format_json
- JSON Formatter Online | Format JSON fileParameter | Required | Possible values |
---|---|---|
file_id | (required) | file_id of the file to convert |
space | (optional) | 0 1s 2s 3s 4s 1t |
For optional parameters the default value highlighted in bold text. |
convert.validate_json
- JSON Validator Online | Validate JSON fileParameter | Required | Possible values |
---|---|---|
file_id | (required) | file_id of the file to convert |
For optional parameters the default value highlighted in bold text. |
convert.validate_xml_xsd
- XML/XSD Validator Online | Validate XML file against XSD schemaParameter | Required | Possible values |
---|---|---|
file_id | (required) | file_id of the file to convert |
file1_id | (required) | file1_id of the file to convert |
For optional parameters the default value highlighted in bold text. |
convert.json_to_xml
- Convert JSON File to XML Online | Change JSON to XMLParameter | Required | Possible values |
---|---|---|
file_id | (required) | file_id of the file to convert |
space | (optional) | 0 1s 2s 3s 4s 1t |
For optional parameters the default value highlighted in bold text. |
convert.json_to_csv
- Convert JSON to CSV Online | JSON to CSV ConverterParameter | Required | Possible values |
---|---|---|
file_id | (required) | file_id of the file to convert |
delimiter | (optional) | comma semicolon vertical_bar tabulation |
quote | (optional) | Always quote all non-empty fields: yes no |
For optional parameters the default value highlighted in bold text. |
convert.json_to_excel
- Convert JSON to Excel Online | JSON to Excel ConverterParameter | Required | Possible values |
---|---|---|
file_id | (required) | file_id of the file to convert |
excel_format | (optional) | xlsx xls |
For optional parameters the default value highlighted in bold text. |
convert.excel_to_json
- Convert Excel to JSON Online | Excel to JSON ConverterParameter | Required | Possible values |
---|---|---|
file_id | (required) | file_id of the file to convert |
header | (optional) | Use first line of the file as a columns header: yes no |
space | (optional) | 0 1s 2s 3s 4s 1t |
index_records | (optional) | Add index attribute for records: yes no |
For optional parameters the default value highlighted in bold text. |
convert.csv_to_json
- Convert CSV to JSON Online | CSV to JSON ConverterParameter | Required | Possible values |
---|---|---|
file_id | (required) | file_id of the file to convert |
header | (optional) | Use first line of the file as a columns header: yes no |
space | (optional) | 0 1s 2s 3s 4s 1t |
index_records | (optional) | Add index attribute for records: yes no |
ignore_errors | (optional) | Ignore validation errors: yes no |
For optional parameters the default value highlighted in bold text. |
convert.json_to_yaml
- Convert JSON to YAML Online | JSON to YAML ConverterParameter | Required | Possible values |
---|---|---|
file_id | (required) | file_id of the file to convert |
For optional parameters the default value highlighted in bold text. |
convert.json_objects_to_csv
- Convert JSON objects (one per line) to CSV Online | JSON to CSV ConverterParameter | Required | Possible values |
---|---|---|
file_id | (required) | file_id of the file to convert |
delimiter | (optional) | comma semicolon vertical_bar tabulation |
quote | (optional) | Always quote all non-empty fields: yes no |
For optional parameters the default value highlighted in bold text. |
convert.json_objects_to_excel
- Convert JSON objects (one per line) to Excel Online | JSON to Excel ConverterParameter | Required | Possible values |
---|---|---|
file_id | (required) | file_id of the file to convert |
excel_format | (optional) | xlsx xls |
For optional parameters the default value highlighted in bold text. |
convert.bson_to_csv
- Convert BSON (MongoDB Dump) to CSV Online | BSON to CSV ConverterParameter | Required | Possible values |
---|---|---|
file_id | (required) | file_id of the file to convert |
bson_raw | (optional) | Export raw BSON data: yes no |
delimiter | (optional) | comma semicolon vertical_bar tabulation |
quote | (optional) | Always quote all non-empty fields: yes no |
For optional parameters the default value highlighted in bold text. |
convert.bson_to_excel
- Convert BSON (MongoDB Dump) to Excel Online | BSON to Excel ConverterParameter | Required | Possible values |
---|---|---|
file_id | (required) | file_id of the file to convert |
bson_raw | (optional) | Export raw BSON data: yes no |
excel_format | (optional) | xlsx xls |
For optional parameters the default value highlighted in bold text. |
convert.yaml_to_json
- Convert YAML to JSON Online | YAML to JSON ConverterParameter | Required | Possible values |
---|---|---|
file_id | (required) | file_id of the file to convert |
space | (optional) | 0 1s 2s 3s 4s 1t |
For optional parameters the default value highlighted in bold text. |
convert.srt_to_csv
- Convert SRT to CSV Online | SRT to CSV ConverterParameter | Required | Possible values |
---|---|---|
file_id | (required) | file_id of the file to convert |
delimiter | (optional) | comma semicolon vertical_bar tabulation |
quote | (optional) | Always quote all non-empty fields: yes no |
For optional parameters the default value highlighted in bold text. |
convert.srt_to_excel
- SRT to Excel Converter Online | Convert Subtitles to XLSXParameter | Required | Possible values |
---|---|---|
file_id | (required) | file_id of the file to convert |
excel_format | (optional) | xlsx xls |
For optional parameters the default value highlighted in bold text. |
convert.srt_to_xlsx
- SRT to XLSX Converter Online | Convert Subtitles to XLSXParameter | Required | Possible values |
---|---|---|
file_id | (required) | file_id of the file to convert |
excel_format | (optional) | xlsx xls |
For optional parameters the default value highlighted in bold text. |
convert.srt_to_xls
- SRT to XLS Converter Online | Convert Subtitles to XLSParameter | Required | Possible values |
---|---|---|
file_id | (required) | file_id of the file to convert |
excel_format | (optional) | xlsx xls |
For optional parameters the default value highlighted in bold text. |
convert.csv_to_srt
- Convert CSV to SRT Online | CSV to SRT ConverterParameter | Required | Possible values |
---|---|---|
file_id | (required) | file_id of the file to convert |
delimiter | (optional) | comma semicolon vertical_bar tabulation |
For optional parameters the default value highlighted in bold text. |
convert.excel_to_srt
- Convert Excel to SRT | Excel to SRT ConverterParameter | Required | Possible values |
---|---|---|
file_id | (required) | file_id of the file to convert |
For optional parameters the default value highlighted in bold text. |
convert.xlsx_to_srt
- Convert XLSX to SRT | XLSX to SRT ConverterParameter | Required | Possible values |
---|---|---|
file_id | (required) | file_id of the file to convert |
For optional parameters the default value highlighted in bold text. |
convert.xls_to_srt
- Convert XLS to SRT | XLS to SRT ConverterParameter | Required | Possible values |
---|---|---|
file_id | (required) | file_id of the file to convert |
For optional parameters the default value highlighted in bold text. |
The following sample API request creates new conversion task:
curl -sSX POST https://api.conversiontools.io/v1/tasks \
-H "Content-Type: application/json" \
-H "Authorization: Bearer <API Token>" \
-d '{
"type": "convert.website_to_jpg",
"options": {
"url": "http://google.com",
"images": "yes"
}
}'
{
"error": "<error text>",
"task_id": "<task_id>"
}
In case of error, <error text>
will be any not null
text value, it will contain the description of error.
{
"error": "Bad type",
}
In case of success, it will return <task_id>
. You should use Get conversion task status request to find out when conversion task will be finished.
{
"error": null,
"task_id": "4147c475ffe94ec8a11aff9a6a8f437a"
}
You should perform this check in a loop, until task will be finished (see status
field).
Important! Please send this request not more often than every 5-10 seconds.
GET https://api.conversiontools.io/v1/tasks/<task_id>
Authorization: Bearer <API Token> |
Content-Type: application/json |
task_id | (required) | This is the task_id returned in the previous step. |
The following sample API request checks the conversion task status:
curl -sSX GET https://api.conversiontools.io/v1/tasks/d9b5369bfc6541d88581d4ff80954917 \
-H "Content-Type: application/json" \
-H "Authorization: Bearer <API Token>"
{
"error": "<error text>",
"status": "<status>",
"file_id": "<file_id>"
}
In case of error, <error text>
will be any not null
text value, it will contain the description of error.
status
is one of the following:
PENDING
- task is queued and waiting to be processedRUNNING
- task is runningSUCCESS
- task is finished successfullyERROR
- task is finished with an errorWhen status
is PENDING
or RUNNING
, response will have an empty file_id
field, for example:
{
"error": null,
"status": "RUNNING",
"file_id": null
}
When status
is SUCCESS
, response will have file_id
of the result file, for example:
{
"error": null,
"status": "SUCCESS",
"file_id": "ce87de1a680c4451a49a72df3fecd3fe"
}
When status
is ERROR
, response will have error
field with description of the error:
{
"error": "Wrong file format",
"status": "ERROR",
"file_id": null
}
When status
returned as SUCCESS
or ERROR
- this means that the conversion process is finished and you can download the result file using file_id
(request is described in the next step) or analyse the error.
GET https://api.conversiontools.io/v1/files/<file_id>
Authorization: Bearer <API Token> |
Content-Type: application/json |
<file_id> | (required) | This is the file_id of the file you need to download, for example, file_id returned in the previous step get task status. |
The response will contain a Content-Disposition: attachment;
HTTP header, which should trigger the file download process (if you're using a browser).
Conversion Type | Description |
---|---|
convert.ocr_png_to_text | PNG to Text Converter Online | OCR PNG Image to Text |
convert.ocr_jpg_to_text | OCR: Convert JPG to Text Online | JPG to Text Converter |
convert.ocr_png_to_pdf | OCR: Convert PNG to PDF Online | PNG to PDF Converter |
convert.ocr_jpg_to_pdf | OCR: Convert JPG to PDF Online | JPG to PDF Converter |
convert.ocr_pdf_to_text | OCR: Convert PDF to Text Online | PDF to Text Converter |
convert.ocr_pdf_to_pdf | OCR: Convert PDF Image to PDF Text Online | PDF Converter |
convert.mov_to_mp4 | Convert MOV to MP4 Online | MOV to MP4 Converter |
convert.mkv_to_mp4 | Convert MKV to MP4 Online | MKV to MP4 Converter |
convert.avi_to_mp4 | Convert AVI to MP4 Online | AVI to MP4 Converter |
convert.mp4_to_mp3 | Convert MP4 to MP3 Online | MP4 to MP3 Converter |
convert.wav_to_mp3 | Convert WAV to MP3 Online | WAV to MP3 Converter |
convert.flac_to_mp3 | Convert FLAC to MP3 Online | FLAC to MP3 Converter |
convert.mp3_to_wav | Convert MP3 to WAV Online | MP3 to WAV Converter |
convert.flac_to_wav | Convert FLAC to WAV Online | FLAC to WAV Converter |
convert.wav_to_flac | Convert WAV to FLAC Online | WAV to FLAC Converter |
convert.website_to_pdf | Convert HTML to PDF Online | HTML to PDF Converter |
convert.word_to_pdf | Convert Word to PDF Online | Word to PDF Converter |
convert.powerpoint_to_pdf | Convert PowerPoint to PDF Online | PowerPoint to PDF Converter |
convert.oxps_to_pdf | Convert OXPS to PDF Online | OXPS to PDF Converter |
convert.word_to_text | Convert Word to Text Online | Word to TXT Converter |
convert.powerpoint_to_text | Convert PowerPoint to Text Online | PowerPoint to TXT Converter |
convert.jpg_to_pdf | Convert JPG to PDF Online | JPG to PDF Converter |
convert.png_to_pdf | Convert from PNG to PDF Online | Change PNG to PDF in High Quality |
convert.markdown_to_pdf | Convert Markdown to PDF Online | Markdown to PDF Converter |
convert.markdown_to_html | Convert Markdown to HTML Online | Markdown to HTML Converter |
convert.markdown_to_epub | Convert Markdown to ePUB Online | Markdown to ePUB Converter |
convert.website_to_jpg | Convert Website to JPG. Create Website Thumbnail. Save Website as Image. HTML to JPG Converter |
convert.html_to_jpg | Convert HTML to JPG. Save Website as JPG Image. HTML to JPG Converter |
convert.website_to_png | Convert Website to PNG. Save Website as PNG Image. HTML to PNG Converter |
convert.html_to_png | Convert HTML to PNG. Save Website as PNG Image. HTML to PNG Converter |
convert.html_table_to_csv | Converting HTML Table to CSV | HTML to CSV Online |
convert.excel_to_pdf | Convert Excel to PDF | XLS File to PDF Converter Online |
convert.excel_to_xps | Convert Excel to XPS Online | Excel to XPS Converter |
convert.excel_to_html | Convert Excel to HTML Table Online | Export XLS to HTML |
convert.excel_to_csv | Convert Excel to CSV Online | XLS to CSV File Converter |
convert.excel_to_ods | Convert Excel to ODS Online | Excel to OpenOffice Calc ODS Converter |
convert.ods_to_csv | Convert OpenOffice Calc ODS to CSV Online | ODS to CSV Converter |
convert.ods_to_pdf | Convert OpenOffice Calc ODS to PDF Online | ODS to PDF Converter |
convert.ods_to_excel | Convert OpenOffice Calc ODS to Excel Online | ODS to Excel Converter |
convert.csv_to_excel | Convert CSV File to Excel Online | CSV to XLS Converter |
convert.csv_to_xml | Convert CSV to XML Online | CSV to XML Converter |
convert.excel_to_xml | Excel to XML | Convert XLS to XML Online |
convert.xml_to_json | Convert XML to JSON Online | XML to JSON Converter |
convert.xml_to_csv | Convert XML file to CSV Online | Parse from XML to CSV |
convert.xml_to_excel | XML file to Excel Converter Online | Convert XML to spreadsheet |
convert.fix_xml_escaping | Fix XML Escaping Problem | Fix XML Special Characters Escaping |
convert.excel_xml_to_excel_xlsx | Convert Excel XML to Excel XLSX Online | Excel XML to XLSX Converter |
convert.pdf_to_csv | Convert PDF to CSV Online | PDF to CSV Converter |
convert.pdf_to_excel | Convert PDF to Excel Spreadsheet | Export PDF to Excel Table |
convert.pdf_to_word | Convert PDF to Word Online | Change PDF to Word |
convert.pdf_to_jpg | Convert PDF to JPG Online | PDF to JPG Converter |
convert.pdf_to_png | Convert PDF to PNG Format | Turn from PDF into PNG |
convert.pdf_to_tiff | Convert PDF to TIFF Online | PDF to TIFF High Resolution |
convert.pdf_to_svg | Convert PDF to SVG Online | PDF to SVG Converter |
convert.pdf_to_html | Convert PDF to HTML Online | PDF to HTML Converter |
convert.pdf_to_text | PDF to Text Converter Online | Convert PDF to Plain Text File |
convert.ai_to_svg | Convert AI to SVG Online | AI to SVG Converter |
convert.png_to_avif | Convert PNG to AVIF Online | PNG to AVIF Converter |
convert.jpg_to_avif | Convert JPG to AVIF Online | JPG to AVIF Converter |
convert.webp_to_avif | Convert WebP to AVIF Online | WebP to AVIF Converter |
convert.avif_to_png | Convert AVIF to PNG Online | AVIF to PNG Converter |
convert.avif_to_jpg | Convert AVIF to JPEG Online | AVIF to JPEG Converter |
convert.avif_to_webp | Convert AVIF to WebP Online | AVIF to WebP Converter |
convert.png_to_webp | Convert PNG to WebP Online | PNG to WebP Converter |
convert.jpg_to_webp | Convert JPG to WebP Online | JPG to WebP Converter |
convert.tiff_to_webp | Convert TIFF to WebP Online | TIFF to WebP Converter |
convert.gif_to_webp | Convert GIF to WebP Online | GIF to WebP Converter |
convert.webp_to_png | Convert WebP to PNG Online | WebP to PNG Converter |
convert.webp_to_jpg | Convert WebP to JPEG Online | WebP to JPEG Converter |
convert.webp_to_tiff | Convert WebP to TIFF Online | WebP to TIFF Converter |
convert.webp_to_bmp | Convert WebP to BMP Online | WebP to BMP Converter |
convert.webp_to_yuv | Convert WebP to YUV Online | WebP to YUV Converter |
convert.webp_to_pam | Convert WebP to PAM Online | WebP to PAM Converter |
convert.webp_to_pgm | Convert WebP to PGM Online | WebP to PGM Converter |
convert.webp_to_ppm | Convert WebP to PPM Online | WebP to PPM Converter |
convert.png_to_jpg | Convert PNG to JPG Online | PNG to JPG Converter |
convert.png_to_pgm | Convert PNG to PGM Online | PNG to PGM Converter |
convert.png_to_ppm | Convert PNG to PPM Online | PNG to PPM Converter |
convert.jpg_to_png | Convert JPG to PNG Online | JPG to PNG Converter |
convert.jpg_to_pgm | Convert JPEG to PGM Online | JPEG to PGM Converter |
convert.jpg_to_ppm | Convert JPEG to PPM Online | JPEG to PPM Converter |
convert.heic_to_png | Convert HEIC to PNG Online | HEIC to PNG Converter |
convert.heic_to_jpg | Convert HEIC to JPG Online | HEIC to JPG Converter |
convert.epub_to_mobi | Convert ePUB to MOBI Online | ePUB to MOBI Converter |
convert.epub_to_azw | Convert ePUB to AZW Online | ePUB to AZW Converter |
convert.mobi_to_epub | Convert MOBI to ePUB Online | MOBI to ePUB Converter |
convert.mobi_to_azw | Convert MOBI to AZW Online | MOBI to AZW Converter |
convert.azw_to_epub | Convert AZW to ePUB Online | AZW to ePUB Converter |
convert.azw_to_mobi | Convert AZW to MOBI Online | AZW to MOBI Converter |
convert.epub_to_pdf | Convert ePUB to PDF Online | eBook to PDF Converter |
convert.mobi_to_pdf | Convert MOBI to PDF Online | eBook to PDF Converter |
convert.azw_to_pdf | Convert AZW to PDF Online | eBook to PDF Converter |
convert.azw3_to_pdf | Convert AZW3 to PDF Online | eBook to PDF Converter |
convert.fb2_to_pdf | Convert FB2 to PDF Online | eBook to PDF Converter |
convert.fbz_to_pdf | Convert FBZ to PDF Online | eBook to PDF Converter |
convert.pdf_to_epub | Convert PDF to ePUB Online | PDF to eBook Converter |
convert.pdf_to_mobi | Convert PDF to MOBI Online | PDF to eBook Converter |
convert.pdf_to_azw | Convert PDF to AZW Online | PDF to eBook Converter |
convert.pdf_to_azw3 | Convert PDF to AZW3 Online | PDF to eBook Converter |
convert.pdf_to_fb2 | Convert PDF to FB2 Online | PDF to eBook Converter |
convert.pdf_to_fbz | Convert PDF to FBZ Online | PDF to eBook Converter |
convert.remove_exif | Remove EXIF Data from Photos Online |
convert.format_json | JSON Formatter Online | Format JSON file |
convert.validate_json | JSON Validator Online | Validate JSON file |
convert.validate_xml_xsd | XML/XSD Validator Online | Validate XML file against XSD schema |
convert.json_to_xml | Convert JSON File to XML Online | Change JSON to XML |
convert.json_to_csv | Convert JSON to CSV Online | JSON to CSV Converter |
convert.json_to_excel | Convert JSON to Excel Online | JSON to Excel Converter |
convert.excel_to_json | Convert Excel to JSON Online | Excel to JSON Converter |
convert.csv_to_json | Convert CSV to JSON Online | CSV to JSON Converter |
convert.json_to_yaml | Convert JSON to YAML Online | JSON to YAML Converter |
convert.json_objects_to_csv | Convert JSON objects (one per line) to CSV Online | JSON to CSV Converter |
convert.json_objects_to_excel | Convert JSON objects (one per line) to Excel Online | JSON to Excel Converter |
convert.bson_to_csv | Convert BSON (MongoDB Dump) to CSV Online | BSON to CSV Converter |
convert.bson_to_excel | Convert BSON (MongoDB Dump) to Excel Online | BSON to Excel Converter |
convert.yaml_to_json | Convert YAML to JSON Online | YAML to JSON Converter |
convert.srt_to_csv | Convert SRT to CSV Online | SRT to CSV Converter |
convert.srt_to_excel | SRT to Excel Converter Online | Convert Subtitles to XLSX |
convert.srt_to_xlsx | SRT to XLSX Converter Online | Convert Subtitles to XLSX |
convert.srt_to_xls | SRT to XLS Converter Online | Convert Subtitles to XLS |
convert.csv_to_srt | Convert CSV to SRT Online | CSV to SRT Converter |
convert.excel_to_srt | Convert Excel to SRT | Excel to SRT Converter |
convert.xlsx_to_srt | Convert XLSX to SRT | XLSX to SRT Converter |
convert.xls_to_srt | Convert XLS to SRT | XLS to SRT Converter |
If you have any questions regarding the use of the Conversion Tools REST API - feel free to contact us.