Skip to content
Discussion options

You must be logged in to vote

Hi @yt-koike, thanks a lot for sharing your work on the CivitAI Dify plugin — that’s super useful for the community! Let me address your questions one by one:

/creators endpoint
At the moment, the GET /v1/creators endpoint isn’t returning data because it hasn’t been fully implemented on the public API side yet. That’s why you’re not seeing responses — it’s not an issue with your code. You can keep an eye on the API docs
for updates when this gets rolled out.

Boolean query parameters (allowNoCredit, allowDerivatives, allowCommercialUse)
The API expects actual booleans, not strings. For example:

?allowCommercialUse=true

not

?allowCommercialUse="true"

If you’re building these parameters dyna…

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@yt-koike
Comment options

Answer selected by yt-koike
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants