Getting Started with Promptchan API

P

Promptchan Team

August 8, 2023

API Guide Image


Dive into the world of limitless creativity with the Promptchan API! Imagine the possibilities: from integrating dynamic, AI-generated imagery into an interactive chat application, to creating unique art for your digital platform.

The Promptchan API is your key to unlocking a new realm of innovation and engagement in your projects. Let's get you started on this journey of exploration and creation with our easy-to-follow guide.


Step 1: Sign Up or Sign In

  • First Time Here? Sign Up to create a new account. It's quick and easy!
  • Returning User? Just log in.

Step 2: Generate Your API Key

Once you're logged in, head over to your Settings. Find the API Key section and click on "Generate" to get your unique API key. This key is essential for making API requests, so keep it safe and do not share it with others.


Step 3: Top Up Your Account with Gems

The Promptchan API uses Gems as a currency for generating images. To purchase Gems, visit Buy Gems. Choose the package that suits your needs, and the Gems will be added to your account immediately after purchase.


Step 4: Making API Requests

Base URL: The base URL for all API requests is https://prod.aicloudnetservices.com/.

Authentication: Include your API key in the request header as x-api-key to authenticate your API requests.


Image Generation

To generate an image, send a POST request to /api/external/create with the necessary parameters, such as style, poses, prompt, and image_size. Each image generation costs 1 Gem by default, with additional costs for higher quality settings or additional features like face restoration.

Request:

{
  "style": "Real",
  "poses": "Default",
  "filter": "Cyberpunk",
  "detail": 0,
  "prompt": "A portrait of a beautiful woman",
  "seed": 0,
  "quality": "Ultra",
  "creativity": 50,
  "image_size": "512x768",
  "negative_prompt": "Rain",
  "restore_faces": false
}

Response:

{
  "gems": "100",
  "image": "base64EncodedImageResponse"
}
API Response Image

Conclusion

Congratulations! You're now ready to explore the full potential of the Promptchan API. Dive in and let your creativity flow with our cutting-edge image generation capabilities!

Explore The API Now

Tags: #PromptchanAPI #AIImageGeneration #APIGuide

Meta Description: Learn how to get started with the Promptchan API for state-of-the-art image generation capabilities.

Related articles