API Documentation: to generate everything except transcode #4720
Answered
by
stg-annon
lamyergeier
asked this question in
Q&A
-
curl -X POST -H "Content-Type: application/json" --data \
'{ "query": "mutation { metadataGenerate ( input : { sprites: false previews: true imagePreviews: false markers: false transcodes: false } ) }" }' \
localhost:9998/graphql But I would like to generate everything as per following image How to find API key for each of above? |
Beta Was this translation helpful? Give feedback.
Answered by
stg-annon
Mar 22, 2024
Replies: 2 comments
-
Go to |
Beta Was this translation helpful? Give feedback.
0 replies
-
this is what you would be looking for is GenerateMetadataInput a useful API reference can be found at |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
DogmaDragon
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
this is what you would be looking for is GenerateMetadataInput
a useful API reference can be found at
localhost:9999/playground
this is dynamically generated and will be up to date with whatever version you are running