Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
1

Adobe.io PSD Conversion Issue

Community Beginner ,
Jun 16, 2025 Jun 16, 2025

I am seeing an issue that started today that is affecting an existing service that we have been using with Adobe for some time. The error message is very vague so I am not sure if it is on our end or Adobe's. Can someone point me in correct direction to find paid support for this as well?

 

Step 1:

Request the token to use the services from : https://ims-na1.adobelogin.com/ims/token/v3

Request: POST

- client_id

- client_secret

- grant_type

- scope

 

Response: sends back the "access_token" along with some other data

 

Step 2:

Make a request to "https://image.adobe.io/pie/psdService/text" with a json body of:

 

{
  "inputs": [
    {
      "href": "https://www.omnant.com/IL.PSD",
      "storage": "external"
    }
  ],
  "options": {
    "layers": [
      {
        "name": "DisplayName",
        "text": {
          "contents": "Bob Smith"
        }
      },
      {
        "name": "LicenseNumber",
        "text": {
          "contents": "999-999999"
        }
      }
    ]
  },
  "outputs": [
    {
      "href": "RETURN URL",
      "type": "image/png",
      "storage": "external"
    }
  ]
}
 
This returns a URL to check the status.

 

Step 3:

Check the status using the URL provided in the response from Step 2. However, the response is the following:

 

{
    "jobId": "46986346-63eb-46ed-b253-103b11da1e8d",
    "outputs": [
        {
            "input": "https://www.omnant.com/IL.PSD",
            "status": "failed",
            "created": "2025-06-16T19:23:07.094Z",
            "modified": "2025-06-16T19:23:07.693Z",
            "errors": {
                "code": 500,
                "title": "Internal Service Error",
                "type": "InternalServiceError"
            }
        }
    ],
    "_links": {
        "self": {
            "href": "STATUS URL"
        }
    }
}
 
The PSD looks fine and opens in the Photoshop as expected. 
Bug Unresolved
TOPICS
PS Automation API
151
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
2 Comments
Community Beginner ,
Jun 16, 2025 Jun 16, 2025

I am seeing an issue that started today that is affecting an existing service that we have been using with Adobe for some time. The error message is very vague so I am not sure if it is on our end or Adobe's. Can someone point me in correct direction to find paid support for this as well?

 

Step 1:

Request the token to use the services from : https://ims-na1.adobelogin.com/ims/token/v3

Request: POST

- client_id

- client_secret

- grant_type

- scope

 

Response: sends back the "access_token" along with some other data

 

Step 2:

Make a request to "https://image.adobe.io/pie/psdService/text" with a json body of:

 

{
  "inputs": [
    {
      "href""https://www.omnant.com/IL.PSD",
      "storage""external"
    }
  ],
  "options": {
    "layers": [
      {
        "name""DisplayName",
        "text": {
          "contents""Bob Smith"
        }
      },
      {
        "name""LicenseNumber",
        "text": {
          "contents""999-999999"
        }
      }
    ]
  },
  "outputs": [
    {
      "href""RETURN URL",
      "type""image/png",
      "storage""external"
    }
  ]
}
 
This returns a URL to check the status.

 

Step 3:

Check the status using the URL provided in the response from Step 2. However, the response is the following:

 

{
    "jobId""46986346-63eb-46ed-b253-103b11da1e8d",
    "outputs": [
        {
            "input""https://www.omnant.com/IL.PSD",
            "status""failed",
            "created""2025-06-16T19:23:07.094Z",
            "modified""2025-06-16T19:23:07.693Z",
            "errors": {
                "code"500,
                "title""Internal Service Error",
                "type""InternalServiceError"
            }
        }
    ],
    "_links": {
        "self": {
            "href""STATUS URL"
        }
    }
}
 
The PSD looks fine and opens in the Photoshop as expected.
Translate
Report
Community Expert ,
Jun 26, 2025 Jun 26, 2025
LATEST

@Chad29206314z1vc 

 

I've merged your duplicate posts into one thread.

 

Jane

Translate
Report