DataSqueezer Ltd. specializes in utilizing artificial intelligence for generating text and image content. We offer products such as a translator, background remover, and upscaler, which utilize state-of-the-art artificial intelligence technologies and are designed to be as efficient and accurate as possible.

Our products will help you quickly and efficiently generate custom original texts, and they can translate them into three dozen foreign languages. It will edit your images to not only look great but also save space on your storage, speed up your website, and improve its SEO score.

We are an innovative company that constantly strives to develop and expand the services offered.

Accounting Document Converter
Accounting Document Converter
10 000 Credits
Easily digitize your accounting documents.
AI Copywriter 4 Omni
AI Copywriter 4 Omni
3 900 Credits
Custom text generation service. Assists with content for marketing and communication. It is fast, efficient, and original.
Translator AI
Translator AI
800 Credits
A service that uses advanced artificial intelligence for translation into various languages with a high understanding of context in the text.
Image Optimization
Image Optimization
100 Credits
A service that reduces JPEG and PNG files without affecting quality and transparency. Save storage space, speed up your website, and improve its SEO score.
VAT Validator
VAT Validator
800 Credits
The VAT number validator is a service that helps you verify your customers' VAT numbers, and within
Proxy
Proxy
400 Credits
The Proxy service allows sending HTTP requests to any URL from random IP addresses (up to 50 differe
ComparIQ AI
ComparIQ AI
700 Credits
We are preparing the module
GPSR info
GPSR info
2 000 Credits
You can easily obtain the required information about product manufacturers according to the new dire
Risk domains
Risk domains
200 Credits
Verify domains in the database of risky e-shops.
For developers
We have prepared some simple examples of connecting to the DataSqueezer API in common programming languages.
cURL
Python
PHP
curl -H "Content-Type: application/json" https://datasqueezer.com/nexus/createTask -d '{ "token": "__API_TOKEN__", "service": "translatepro", "data": "__TEXT_TO_TRANSLATE__", "serviceParams": { "fromLang": "__SOURCE_LANG__", "toLang": "__INTO_LANG__" } }'
import requests
import json

endpoint = 'https://datasqueezer.com/nexus/createTask'

data = {
    'token': '__API_TOKEN__',
    'service': 'translatepro',
    'data': '__TEXT_TO_TRANSLATE__',
    'serviceParams':
    {
        'fromLang': '__SOURCE_LANG__',
        'toLang': '__INTO_LANG__',
    },
}

response = requests.post(endpoint, data=json.dumps(data))
                
$curlHandle=curl_init("https://datasqueezer.com/nexus/createTask");

$data=[
    'token'=>'__TOKEN__',
    'service'=>'translatepro',
    'data'=>'__TEXT_TO_TRANSLATE__',
    'serviceParams'=>[
        'fromLang'=>'__SOURCE_LANGUAGE__',
        'toLang'=>'__INTO_LANGUAGE__',
    ],
];

curl_setopt($curlHandle, CURLOPT_CUSTOMREQUEST, "POST");
curl_setopt($curlHandle, CURLOPT_POSTFIELDS, json_encode($data));
curl_setopt($curlHandle, CURLOPT_RETURNTRANSFER, true);
curl_setopt($curlHandle, CURLOPT_FOLLOWLOCATION, true);

$response=curl_exec($curlHandle);
$error_msg=curl_error($curlHandle);
curl_close($curlHandle);
                
chat
Or write to us at
Login
Don't have an account yet?Sign up.
The use of DataSqueezer services is tied to a user account, which needs to be set up in advance. Do you wish to create a registration or sign in?
Sign Up