How to upload image to content collection

Hi thanks for submitting this.
const postImageResponse = await axios.post('[your-base-url]/images');
Is this route a collection or model you set? Or is that a native strapi route? I get a 405 when try to hit that.