WordPress register_post_type Invalid post type

If you can’t get the “talent” post type to register, set the name to artist and then using the Rewrite option for the CPT e.g.

'rewrite' => array( 'slug' => 'talent' ),

That will give you the URL you desire