API methods
The API address is https://deep-image.ai/rest_api/
There are two methods for the scheduling image processing and one for retrieving the results. With "process_result" method, image can be processed and if the result is available during 25 seconds, the url to the result will be returned. The second method - "process" - always schedules a processing job and the user has to wait for the result with "result" method.
Processing methods supports both form-data and json content types.
It's convenient method that returns the url to the result immediately if the processing time is less than 25 seconds. Otherwise it will return a job hash and the result will be available via "result" method.
API KEY
The URL of the input image
https://deep-image.ai/api-example.pngThe desired width of the output image
300The desired height of the output image
400%The desired output format of the image
The desired output image quality
85The maximum file size of the output image for JPEG or WEBP formats
10MBJob processed successfuly
Error messages include 'Email has not been confirmed', 'User does not have access to this application', 'No such application'
Error messages include 'No x-api-key header is provided', 'No x-application-name header is provided', 'No more requests are available. Next requests available DATE'
Error messages include 'No user found for provided token', 'No plan found PLAN_NAME'
API rate limit has been reached
Schedules image processing job
API KEY
The URL of the input image
https://deep-image.ai/api-example.pngThe desired width of the output image
300The desired height of the output image
400%The desired output format of the image
The desired output image quality
85The maximum file size of the output image for JPEG or WEBP formats
10MBJob scheduled successfuly
Error messages include 'Email has not been confirmed', 'User does not have access to this application', 'No such application'
Error messages include 'No x-api-key header is provided', 'No x-application-name header is provided', 'No more requests are available. Next requests available DATE'
Error messages include 'No user found for provided token', 'No plan found PLAN_NAME'
API rate limit has been reached
Returns account details including credits, username, email, API key, language preference, webhook settings, and billing address.
Successful retrieval of user account details.
Successful retrieval of user account details.
Last updated