
Text to design
Text-to-design is a process where text-based input or descriptions are used to generate visual designs or concepts.This can be done using various tools or software that utilize artificial intelligence or other technologies to interpret the text and create corresponding visual representations.
ENDPOINT
POST /text_to_design
An API URL would be like https://homedesigns.ai/api/v2/text_to_design
Request
custom_instruction
string
-
By providing custom instructions, users can communicate their unique vision and style preferences to the AI system. Text-to-design is a process where text-based input or descriptions are used to generate visual designs or concepts. (Required Parameter)
Parameters & Errors
custom_instruction
custom_instruction field required.
You need to enter your query. Blank fields are not accepted.
mode
The mode field is required.
The mode type field is required to get the result.
The mode type value is not a valid enumeration member. Permitted values are: [faster, lower].
mode type not provided properly
//Output should be in list of array depends on no of designs as shown below:
{
"output_images": [
"https://storage.googleapis.com/generativebucketapi/UserGenerations/cristian/20230901-085649876484-1.png",
]
}Last updated
Was this helpful?