πŸ› οΈ APS URN Encoder/Decoder

Interactive tool for Autodesk Platform Services URN encoding and decoding

πŸ’‘ RAPS CLI Alternative

Instead of using this web tool, you can use RAPS CLI:

raps urn encode "urn:adsk.objects:os.object:bucket/file.dwg"

raps urn decode "dXJuOmFkc2sub2JqZWN0cy..."

Encode URN to Base64

Convert a plain URN to base64 URL-safe encoded format for APS API calls

Decode Base64 to URN

Convert a base64 encoded URN back to readable format

πŸ“‹ Common URN Examples

Click any example to use it in the encoder:

Object Storage Service (OSS)
urn:adsk.objects:os.object:mybucket/model.rvt
Data Management (BIM 360/ACC)
urn:adsk.wipprod:dm.lineage:12345678-1234-5678-9abc-123456789012
OSS with Revit File
urn:adsk.objects:os.object:construction-models/building-A.rvt
OSS with AutoCAD File
urn:adsk.objects:os.object:cad-drawings/floor-plan.dwg
OSS with Inventor Assembly
urn:adsk.objects:os.object:mechanical-parts/assembly.iam

πŸ“– URN Format Guide

Object Storage Service URN:

urn:adsk.objects:os.object:<bucket>/

Data Management URN:

urn:adsk.wipprod:dm.lineage:

Base64 Encoding Rules:

  • Standard base64 encoding
  • Replace + with -
  • Replace / with _
  • Remove padding = characters

Advanced Tools