# Download an SoftSIM Profile

## Download HEX SoftSIM Profile

> Downloads a profile file associated with a valid task ID, intended for flashing to a Nordic device. The file should be saved with a \`.hex\` extension accordingly.<br>

```json
{"openapi":"3.0.1","info":{"title":"Monogoto SoftSIM API for Nordic Devices","version":"v2.1"},"servers":[{"url":"https://api.monogoto.io/api/v1"}],"security":[{"bearerAuth":[]}],"components":{"securitySchemes":{"bearerAuth":{"type":"http","scheme":"bearer","bearerFormat":"JWT"}}},"paths":{"/softsim/nordic/download-hex":{"get":{"summary":"Download HEX SoftSIM Profile","description":"Downloads a profile file associated with a valid task ID, intended for flashing to a Nordic device. The file should be saved with a `.hex` extension accordingly.\n","parameters":[{"in":"query","name":"taskId","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"HEX file returned","content":{"application/octet-stream":{"schema":{"type":"string","format":"binary"}}}}}}}}}
```
