For the complete documentation index, see llms.txt. This page is also available as Markdown.

RequestIDs

Let's learn more about the RocketCAD API RequestID system and how it may help you in troubleshooting.

Each API request is automatically assigned a request identifier. You can find this value in the response body, with the title “requestID”.

{
    "status": "success",
    "response": {
        "success": true,
        "message": "This API Key is valid & associated with an active community."
        "requestID": "OLV213JN6XL1BLS"
    }
}

Soon, you will be able to debug your API using Request IDs. Check back here for more information on this.

Last updated

Was this helpful?