Discussions

Ask a Question

I think there is a bug when getting the order status from /v1/ai-art/orders/{0}

I am checking the status and Thumbnails count, to ensure all 6 images are ready. But when the order status isReady = true, the Thumbnails count is not 6 where I set it in the request. Amount = 6 So I am not able to download all 6 images, Why is the status ready but all 6 image urls not rpovided? when I go to my dashboard under my files, I can see all 6 images, but the api doesnt return all urls in Thumbnails

Real settings

My settings only say information, i cant actually change filter or show my creations

Real settings

My settings only say information, i cant actually change filter or show my creations
ANSWERED

Priority for event

Hi, how are you? I would like to have priority in service frome wednesday 20 of march to thursday 21 from 8:00am to 12:00pm due to an event that takes place in this hours. Just so service isn´t giving us time problems. Thanks so much! Regards, Eduardo Fernandez Pellon
ANSWERED

C++ API Intergration

Even using the API guide I can't get the image generation to take the style and layout elements, by take I mean have an impact on the image generated right now they just use default values like PAINTING and SQUARE. My code looks like this: (I will take all other elements like amount and model) CURL \*hnd = curl_easy_init(); curl_easy_setopt(hnd, CURLOPT_CUSTOMREQUEST, "POST"); curl_easy_setopt(hnd, CURLOPT_WRITEDATA, stdout); curl_easy_setopt(hnd, CURLOPT_URL, "<https://api.neural.love/v1/ai-art/generate")>; struct curl_slist \*headers = NULL; headers = curl_slist_append(headers, "accept: application/json"); headers = curl_slist_append(headers, "content-type: application/json"); headers = curl_slist_append(headers, "authorization: Bearer v1.xxx"); curl_easy_setopt(hnd, CURLOPT_HTTPHEADER, headers); curl_easy_setopt(hnd, CURLOPT_POSTFIELDS, "{\"style\":\"CYBERPUNK\",\"layout\":\"HORIZONTAL\",\"amount\":4,\"isPublic\":true,\"isPriority\":false,\"isHd\":false,\"model\":\"default\",\"steps\":30,\"cfgScale\":7.5,\"autoClean\":false,\"prompt\":\"a cat\"}"); CURLcode ret = curl_easy_perform(hnd);
ANSWERED

Files Upload API Guide

how can I upload my photo using Files Upload API? I didn't find any parameter for image uploading
ANSWERED

Cannot find APIs documents for uncrop / outpaint

How to uncrop / outpaint using APIs

Photo

When using a photograph, how do you keep the result close to the original while modifying certain parts? The problem I run into is that when I use a landscape photograph, the AI generates a result that has nothing to do with it.
ANSWERED

output is empty

when i use the GET method using a valid orderId on the /orders endpoint, the output which earlier had the image links, now is just an empty array. im using the Free plan right now, which grants unlimited art generation. Why is this happening?
ANSWERED

Can't find checkbox to turn off safe filter

been trying to find the checkbox to turn off the filter but cannot find it.