Create an image difference analysis
Last updated: May 29, 2026
Create an image difference analysis
Trigger an image difference analysis job, which reports differences between the latest version of the game image identified by `imageid` and the current state on `machineid`. **WARNING:** This endpoint uses HTTP GET but performs a state-changing operation. Do not cache or automatically retry this request.
Endpoint
GET /cfp/v1/imagediff/createQuery Parameters
Name | Type | Required | Description |
|---|---|---|---|
| integer | Yes | Game image ID of the game image to analyze. |
| integer | Yes | Machine ID of the machine on which to perform the difference analysis. |
| integer | No | If provided, Multiplay retries the specified difference analysis. The provided ID must identify a diff that is either complete or failed. |
Example Request
curl -X GET "https://api.multiplay.dev/cfp/v1/imagediff/create?imageid=<imageid>&machineid=<machineid>&diffid=<diffid>" \
-H "Authorization: Bearer <token>"Responses
Status | Description |
|---|---|
| Image difference analysis initiated successfully. |
| |
| |
| |
|