Conversion API
Conversion APIExporter API
Conversion APIExporter API
  1. Conversion API
  • Get Started
  • Create ticket
    POST
  • Delete ticket
    DELETE
  • Request fix
    POST
  • /ticket delivered
  • /ticket deleted
  • /model modified
Conversion APIExporter API
Conversion APIExporter API
  1. Conversion API

Request fix

Production
https://api.cubi.casa/conversion
Production
https://api.cubi.casa/conversion
POST
/ticket/{ticket_id}/fixrequest
Once a product is delivered you can require changes through this request.

Request

Authorization
API Key
Add parameter in header
x-api-key
Example:
x-api-key: ********************
or
Path Params

Body Params application/json

Examples

Responses

🟢201Created
application/json
Success, fix request submitted
Body

🟠400Bad Request
🟠404Record Not Found
🟠415415
🔴500Server Error
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api.cubi.casa/conversion/ticket//fixrequest' \
--header 'x-api-key: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
    "text": "message to the production team",
    "image": [
        "https://domain.example1.png",
        "http://domain.example2.jpg"
    ]
}'
Response Response Example
201 - Fix request submitted
{
    "message": "fix request submitted"
}
Modified at 2025-08-18 08:52:09
Previous
Delete ticket
Next
/ticket delivered
Built with