AI media creation has expanded to unimaginable video artwork and a number of different main enhancements, and LimeWire is main the best way in creating an unimaginable interface for the common consumer to grow to be an AI artist. Limewire simply launched its Developer APIa way for engineers like us to create dynamic AI artwork on the fly!
fast hits
- Register without cost!
- It offers strategies for creating a wide range of high quality photos from any variety of AI algorithms and companies.
- Create photos primarily based on textual content and different photos.
- Modify current photos to scale them, take away backgrounds, and extra
- Use JavaScript, PHP, Python or any of your favourite languages
- The documentation is clear and straightforward to know.
- Very straightforward to start out.
A easy API name is as straightforward as:
curl -i -X POST https://api.limewire.com/api/picture/era -H 'Authorization: Bearer MY_API_KEY' -H 'Content material-Kind: utility/json' -H 'Settle for: utility/json' -H 'X-Api-Model: v1' -d '{ "immediate": "A phenomenal princess in entrance of her kingdom", "aspect_ratio": "1:1" }'
You can even improve an current uploaded picture:
curl -i -X POST https://api.limewire.com/api/picture/upscaling -H 'Authorization: Bearer MY_API_KEY' -H 'Content material-Kind: utility/json' -H 'Settle for: utility/json' -H 'X-Api-Model: v1' -d '{ "image_asset_id": "116a972f-666a-44a1-a3df-c9c28a1f56c0", "upscale_factor": 4 }'
It is laborious to emphasise the enormity of the worth of dynamically creating artwork with AI, each for engineers and authors. As an alternative of looking Google Photos for a picture that matches my weblog publish, I can use the LimeWire API to submit key phrases from the article and create a consultant picture. Likewise, authors can submit their story to LimeWire to generate illustrations. You possibly can even combine the developer API into your platform to your customers to make use of!
Strive the brand new LimeWire Developer API! LimeWire lets you create AI photos the place you are!