Structuring the Request
curl --location --request POST 'https://prompts.riku.ai/webhook/run' \
--header 'Content-Type: application/json' \
--data-raw '{
"Name": "NAME OF ACCOUNTHOLDER",
"Secret": "SECRET KEY (GET FROM MANAGE ACCOUNT)",
"Prompt ID": "COPY FROM RUN PROMPT PAGES",
"Input 1": "THE FIRST INPUT",
"Input 2": "THE SECOND INPUT",
"Input 3": "THE THIRD INPUT",
"Input 4": "THE FOURTH INPUT",
"Input 5": "THE FIFTH INPUT",
"n": <number of how many varations to generate>
}'Last updated