post https://{subdomain}.myclickfunnels.com/api/v2/workspaces//images
Create Image
Log in to see full request history
time | status | user agent | |
---|---|---|---|
Retrieving recent requests… |
Loading…
Responses
Create Image
time | status | user agent | |
---|---|---|---|
Retrieving recent requests… |
xxxxxxxxxx
curl --request POST \
--url https://myworkspace.myclickfunnels.com/api/v2/workspaces/workspace_id/images \
--header 'accept: application/json' \
--header 'content-type: application/json'
xxxxxxxxxx
10{
"id": 125,
"public_id": "WYNqwf",
"url": "https://example.myclickfunnels.com/uploads/image/1/file/9c8d1e7d480dc9882c519d4b4528826f.png",
"workspace_id": 42000,
"alt_text": "Alt text of the image",
"name": "Amazing Shot",
"created_at": "2025-02-05T12:39:55.231Z",
"updated_at": "2025-02-05T12:39:55.231Z"
}