Edit in GitHubLog an issue

Substance 3D API Troubleshooting Guide

This guide explains common issues when using the Adobe Substance 3D API. For problems not covered here, refer to the API documentation or contact Adobe support.

Authentication failure

An authentication error can occur when the credentials aren't correct.

Sample error

Copied to your clipboard
{
"error_code": "access_error",
"message": ""
}

Rate limit exceeded

The rate limit is the maximum number of requests that can be made to the API in a given time. An error can occur when the rate limit is exceeded.

Sample error

Copied to your clipboard
{
"error_code": "rate_limited",
"message": ""
}

Unexpected API response

Errors can be the result of unprocessable entities or other validation errors in the request.

Sample error

Copied to your clipboard
{
"error_code": "invalid_content_type",
"message": ""
}

Internal server error (HTTP 500)

This error indicates a problem on the server side.

Sample error

Copied to your clipboard
{
"error_code": "runtime_error",
"message": ""
}

Slow API response times

You may experience API response times that are longer than expected.

  • Privacy
  • Terms of Use
  • Do not sell or share my personal information
  • AdChoices
Copyright © 2025 Adobe. All rights reserved.