cURL
curl --request POST \ --url https://api.oquiz.net/files/upload \ --header 'Authorization: <api-key>' \ --header 'Content-Type: multipart/form-data' \ --form 'entityName=<unknown>' \ --form 'entityId=<string>' \ --form file='@example-file'
{ "colors": [ "<string>" ], "file": { "src": "<string>", "color": "<string>", "duration": 123 } }
Upload a file.
Documentation IndexFetch the complete documentation index at: https://wiki.oquiz.net/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://wiki.oquiz.net/llms.txt
Use this file to discover all available pages before exploring further.
Entity ID (e.g. pkgId). For user/* entities, derived from session.
Show child attributes
Была ли эта страница полезной?