cURL
curl --request POST \ --url https://www.artilla.ai/api/v1/submission/{submissionId} \ --header 'Content-Type: application/json' \ --data '{ "message": "<string>", "files": [ { "key": "<string>", "url": "<string>", "contentType": "<string>", "description": "<string>" } ] }'
{ "success": true, "submission": { "id": "<string>", "revision": 123 } }
Upload files to a submission
This is your JWT tolen
A valid API key
Body
The body is of type object.
object
200
The response is of type object.