cURL
curl --request POST \ --url https://www.artilla.ai/api/v1/submission/{submissionId}/progress \ --header 'Content-Type: application/json' \ --data '{ "text": "<string>", "progressPercent": 50 }'
{ "success": true, "message": "<string>" }
Set the progress on 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.