Project-management

DotsTo-claap
 Claap
  
Free

All-in-one video workspace: screen recording, meeting recording, video wiki. One place.
 
DotsTo-milanote
 Milanote
  
Premium

Milanote is an easy-to-use tool to organize your ideas and projects into visual boards.
DotsTo-b6cloud
 B6cloud
  
Free

The platform for all your Files, Docs, Processes, Tasks, and Reports. Assign Tasks and track progress right from the Word and Excel files. No more searching through multiple platforms or losing track of important action items and information.
DotsTo-secureframe
 SecureFrame
  
Premium

Achieve and maintain continuous security and privacy compliance — including SOC 2, ISO 27001, PCI DSS, HIPAA, GDPR, CCPA, and more.
DotsTo-heap
 Heap
  
Free

Heap is the only digital insights platform that gives you complete understanding of your customers’ digital journeys, so you can quickly improve conversion, retention, and customer delight.
DotsTo-firstpromoter
 First Promoter
  
Premium

Launch your own affiliate and referral program in minutes. Quick integration with Stripe, Paddle, Recurly, Braintree, Chargebee or with our API.

curl -X POST "api_endpoint_here" -d "param1=value" -d "param2=value2" -H "x-api-key: {apikey}"
Coming Soon !
Coming Soon !
DotsTo-frameio
 Frame IO
  
Free

Frame.io is one central hub that lets you share media, track feedback, and streamline your workflow so your team can work closely together from anywhere in the world.

curl -i -X POST \ 'https://api.frame.io/v2/assets/{asset_id}/children' \ -H 'Authorization: Bearer ' \ -H 'Content-Type: application/json' \ -d '{ "name": "my_movie", "type": "file", "filetype": "video/mp4", "auto_version_id": "4386e276-6317-4d8d-b82c-8a16df9b66d2", "filesize": 80000000 }'
import fetch from 'node-fetch'; async function run() { const assetId = 'YOUR_asset_id_PARAMETER'; const resp = await fetch( `https://api.frame.io/v2/assets/${assetId}/children`, { method: 'POST', headers: { 'Content-Type': 'application/json', Authorization: 'Bearer ' }, body: JSON.stringify({ name: 'my_movie', type: 'file', filetype: 'video/mp4', auto_version_id: '4386e276-6317-4d8d-b82c-8a16df9b66d2', filesize: 80000000 }) } ); const data = await resp.json(); console.log(data); } run();
import requests asset_id = "YOUR_asset_id_PARAMETER" url = "https://api.frame.io/v2/assets/" + asset_id + "/children" payload = { "name": "my_movie", "type": "file", "filetype": "video/mp4", "auto_version_id": "4386e276-6317-4d8d-b82c-8a16df9b66d2", "filesize": 80000000 } headers = { "Content-Type": "application/json", "Authorization": "Bearer " } response = requests.post(url, json=payload, headers=headers) data = response.json() print(data)
DotsTo-airtable
 Airtable
  
Premium

Transform your business with Airtable's next-gen app platform. Unmatched agility and efficiency.

curl -X PATCH "https://api.airtable.com/v0/{baseId}/{tableIdOrName}" \ -H "Authorization: Bearer YOUR_TOKEN" \ -H "Content-Type: application/json" \ --data '{ "records": [ { "fields": { "Address": "501 Twin Peaks Blvd", "Name": "Twin Peaks", "Visited": true }, "id": "rec560UJdUtocSouk" }, { "fields": { "Visited": true }, "id": "rec3lbPRG4aVqkeOQ" } ] }'
Coming Soon !
Coming Soon !
DotsTo-nory
Nory
  
Free

Nory is the operating system the hospitality industry deserves. Smart, mobile and easy to use.
Robot Icon DotsTo