Skip to content

APIFRAME-PRO/apiframe-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

apiframe_python

Python library for APIFRAME.PRO (Midjourney API)

API Documentation is available at https://docs.apiframe.pro

Example

from apiframe_python import ApiframeClient

APIFRAME_API_KEY = "" # YOUR API KEY HERE

client = ApiframeClient(APIFRAME_API_KEY)

task = client.imagine("a nice day near a non-active volcano, photorealism, high details, high quality")

print(task)

About

Python library for APIFRAME.PRO

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages