Tasuku
ReferenceAPI referenceWorkflows

Create a five-minute signed browser URL for an artifact

POST/organizations/{organization_id}/artifacts/{artifact_id}/preview-url

Authorization

tasuku_session<token>

In: cookie

Path Parameters

organization_id*string
Length1 <= length <= 128
artifact_id*string
Length1 <= length <= 128

Response 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"  }}