When you use an ID you are referring to a domain object like a blog post. Your route should state your intent by having example.com/blog-post/sTPTi
This way it is clear what object you are referring to that is identified by sTPTi and you avoid the potential name/id collision.