Add Resource
Request
curl --location --request POST 'https://publicapi.xenioo.com/llm/resource' \
--header 'Authorization: Bearer <BOT_AUTH_TOKEN>' \
--header 'Content-Type: application/json'
--data-raw '{
"Filename":"<FILENAME>" ,
"File":[<BYTE ARRAY>] ,
}'Response
Response Codes
Last updated
Was this helpful?