Appearance
Upload image
POST
/api/v1/projects/{project_id}/blog-posts/{post_id}/images/upload
Upload an image file, optimize it, and attach to the blog post.
Authorizations
HTTPBearer
Type
HTTP (bearer)
Parameters
Path Parameters
project_id*
Type
Requiredstring
Format
"uuid"post_id*
Type
Requiredstring
Format
"uuid"Query Parameters
alt_text
Request Body
multipart/form-data
file
string
Required
Responses
Successful Response
application/json
{
}