Replies: 4 comments
-
Yeah, that seems convenient. I'll get this added to the todo list. |
Beta Was this translation helpful? Give feedback.
-
This is ready to go. One important distinction is that you'll need to format your query string array like this:
|
Beta Was this translation helpful? Give feedback.
-
Got it! PS: But weird to call it "ids" plural and specify only 1 though :D |
Beta Was this translation helpful? Give feedback.
-
Glad I stumbled upon this! This will greatly improve the speed in which I can check for available updates in my A1111 extension by doing a single API request. |
Beta Was this translation helpful? Give feedback.
-
I have a list of model IDs I want to fetch like so
Normally I would need to make one request per model @ GET /api/v1/models/:modelId
I would like instead to request a way to retrieve them all in one go, by passing them to GET /api/v1/models instead.
Perhaps a comma-separated list with a specific query like
https://civitai.com/api/v1/models?ids=48139,25995
This would serve to reduce load on your servers and to get my responses faster
Beta Was this translation helpful? Give feedback.
All reactions