Midjourney Web Service Documents

Midjourney API Web Service Documents - Creating Artistic Images with Artificial Intelligence

Welcome to the Web Service API documentation section of Midjourney on the TalkBaBa site. If you are looking for creating all sorts of creative and artistic photos using the latest AI technologies, TalkBaBa's Midjourney web service meets your needs. The Midjourney web service API provides quick and easy access to this technology through apps and websites.

Key Features of Midjourney Web Service:

1. Very cheap price, and significant cost savings.

1. Creative image production: Creating photos and artistic images using advanced algorithms.

2. Simple user interface: Midjourney Web Service TalkBaBa has a simple and understandable API that provides clear guidance on how to use it.

3. Scalability: High load tolerance and performing multiple requests without reducing service quality.

4. High quality of images: Images created by TalkBaBa's Midjourney web service have a very high artistic and commercial quality. It is provided by the latest generation of artificial intelligence.

5. Use of the fast generation with Midjourney 6 dedicated graphics card that will induce the best experience to your users.

6. Supports Any languages! Ability to enter Promot in Any languages for photo request.

How do we start?

To use the Midjourney API, you first need to register on the site and activate the Ruby Package on your account. Then receive your API key in the user panel. After that, you can use the documents and examples provided by us to get acquainted with how to use the API.

Technical Documents:

We help you in this section to get acquainted with sending requests, existing parameters in the API, and how to receive responses. Also, understanding all the options that Midjourney web service offers you to set images, including style selection, resolution, and other settings.


The cost of each successful request from the service:

Model Name Cost (TPSI)
Midjorney Fast 6 12000TPSI
TPI = Token Per Success Image

CURL HTTP Specifications

HTTP/1.1 POST https://api.talkbaba.com/v1/media/midjorney/REQ Host: api.talkbaba.com Authorization: Bearer POST = [ 'promot' => 'Description of the requested photo in English or Any languages', 'aspectRatio' => '4:3' ]; // TalkBaBa supports Any languages. // Explanation about aspectRatio: It can be 4:3 or 16:9 or 1:1 or 9:16 or 3:4. This indicates the actual dimensions of the AI image.

PHP code example for photo request:

$headers = [ 'Authorization: Bearer sk-64rrfogk34y5yhwswe2e3re4tyrthu6ref' ]; $data = [ 'promot' => 'A sleek cat crossing a street, and a fluffy dog looking at it from a distance.', 'aspectRatio' => '4:3' ]; $url = 'https://api.talkbaba.com/v1/media/midjorney/REQ'; $ch = curl_init(); curl_setopt($ch, CURLOPT_URL, $url); curl_setopt($ch, CURLOPT_POST, true); curl_setopt($ch, CURLOPT_POSTFIELDS, $data); curl_setopt($ch, CURLOPT_HTTPHEADER, $headers); curl_setopt($ch, CURLOPT_RETURNTRANSFER, true); echo $response = curl_exec($ch); if(curl_errno($ch)){ echo 'Error in executing CURL request: ' . curl_error($ch); } curl_close($ch);


Also, you can read the TalkBaBa artificial intelligence web service documents for chatting with artificial intelligence from TalkBaBa Artificial Intelligence Web Service

We are constantly and continuously active in the field of developing modern artificial intelligence technology to serve the community in this field.

To benefit from the latest artificial intelligence technology, you can purchase your subscription from Buy Package. Your subscription will be activated immediately after payment.