API Reference
cURL
curl --location --request POST https://api.writer.com/v1/files/retry \ --header "Authorization: Bearer <token>" \ --header "Content-Type: application/json" \ --data-raw '{"file_ids":["182bd5e5-6e1a-4fe4-a799-aa6d9a6ab26e", "182bd5e5-6e1a-4fe4-a799-aa6d9a6ab26e", "182bd5e5-6e1a-4fe4-a799-aa6d9a6ab26e"]}'
{ "success": true }
Bearer authentication header of the form Bearer <token>, where <token> is your Writer API key.
Bearer <token>
<token>
The retry request is being processed
The response is of type object.
object
Was this page helpful?