cURL
curl --request POST \ --url https://app.galaxy.ai/api/v1/workflows/{id}/duplicate \ --header 'Authorization: Bearer <token>'
{ "id": "<string>", "name": "<string>", "description": "<string>", "thumbnailUrl": "<string>", "nodes": [ { "id": "<string>", "type": "<string>", "position": { "x": 123, "y": 123 }, "data": "<unknown>" } ], "edges": [ { "id": "<string>", "source": "<string>", "target": "<string>", "sourceHandle": "<string>", "targetHandle": "<string>" } ], "updatedAt": "<string>", "type": "<string>" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
1
Successful response
Show child attributes