Add Combined Proof into a Project using Fusion | Community
Skip to main content
KristyAnn
Level 2
March 6, 2026
Question

Add Combined Proof into a Project using Fusion

  • March 6, 2026
  • 1 reply
  • 23 views

I am looking for the endpoint to use to bring the existing ProofHQ combined proof into the project in Workfront. I am creating the proof successfully but not having any luck adding it into the project via Fusion.

1 reply

Ryan_T
Adobe Champion
Adobe Champion
March 6, 2026

@KristyAnn - are you using an API endpoint to create a Combined Proof using Fusion? Can you share which endpoint you are using?

For my use case, I create the Combined Proof using a Fusion HTTP module:

URL: WORKFRONT_HOST_URL/attask/api-unsupported/PROOF

Headers:

name:apiKey
value:YOUR_API_KEY

Query String:

name:action
value:createAndImportProof

Method: PUT

Body Type: Raw

Content Type: JSON

Request Content:

{
"proofsOptions": '[PROOF_OPTIONS_JSON_HERE]',
"objCode": "PROJ",
"objID": "WORKFRONT_PROJECT_ID"
}