ReferenceAPI referenceWorkflows
Create a five-minute signed browser URL for an artifact
POST
/organizations/{organization_id}/artifacts/{artifact_id}/preview-urltasuku_session<token>
In: cookie
Path Parameters
organization_id*string
Length
1 <= length <= 128artifact_id*string
Length
1 <= length <= 128Response Body
application/json
application/json
application/json
application/json
application/json
curl -X POST "https://example.com/organizations/string/artifacts/string/preview-url"{ "data": { "url": "http://example.com", "expires_at": "2019-08-24T14:15:22Z" }}