ferranfg / midjourney-discord-api-php

Generate images using Midjourney Bot through the Discord API.
https://ferranfigueredo.com
MIT License
135 stars 35 forks source link

Query:- How to get private const APPLICATION_ID,DATA_ID,DATA_VERSION for another slash command like /blend etc #21

Closed saSharma123 closed 1 year ago

saSharma123 commented 1 year ago

Hi,

Thank you for providing us with such an API. It is working well, including upscaling. However, now I want to run the /blend and another slash command. How can I obtain the application_id, data_id, and data_version_id? Also, what is the interaction's body data?

I also want to run InsightFaceSwap for my application, and I need to run all the /swapid commands. Could you please provide documentation with screenshots? I am looking forward to your reply. Thank you.

ferranfg commented 1 year ago

Hi @saSharma123 I left a brief explanation about how to get the application_id and other values in other issue: https://github.com/ferranfg/midjourney-discord-api-php/issues/22