cURL
curl --request POST \ --url https://api.rimp.io/v1/generations/{id}/cancel \ --header 'Authorization: Bearer <token>'
{ "error": { "type": "<string>", "code": "<string>", "message": "<string>", "param": "<string>", "request_id": "<string>" } }
Documentation IndexFetch the complete documentation index at: https://rimp.mintlify.app/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://rimp.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Canceled.