{"activeVersionTag":"latest","latestAvailableVersionTag":"latest","collection":{"info":{"_postman_id":"c351395b-5fc7-4b60-b29b-99672f5ea359","name":"OpenProcessing Public API","description":"> 📬 Documentation is a work in progress. Feel free to reach out at [info@openprocessing.org](https://mailto:info@openprocessing.org) with any questions. To stay updated, [sign up for the API Updates newsletter](https://openprocessing.org/user/notifications?sub=apiUpdates) in your notification settings. \n  \n\n## Authentication\n\nAll requests require a **Bearer token** passed via the `Authorization` header:\n\n```\nAuthorization: Bearer {{API_TOKEN}}\n\n ```\n\nYou can generate an API token from your [OpenProcessing account settings](https://openprocessing.org/user/#edit).\n\n## Plus+ Members\n\n**Plus+ members** enjoy higher rate limits and can generate tokens with **write access** (to create, update, and delete sketches and code) as well as **private data access** (to read their own private sketches and content). You can [get your membership here](https://openprocessing.org/membership).\n\n## Pagination on Arrays\n\nAll endpoints that return an array accept **`limit`**, **`offset`**, and **`sort`** as optional query parameters.\n\n| Parameter | Description |\n| --- | --- |\n| `limit` | Number of results to return |\n| `offset` | Number of results to skip |\n| `sort` | `asc` or `desc` — sorted on the most relevant column per endpoint (e.g. `createdOn` for sketches, `submittedOn` for curation sketches, `heartedOn` for hearts) |\n\nThe response headers will include a **`hasMore`** boolean. When `true`, use a subsequent call with an updated `offset` to retrieve the next page.\n\n**Example:** `{{BASEURL}}/api/user/1/sketches?limit=10&offset=0&sort=desc`\n\n## Rate Limit\n\nThe API is rate-limited to a global **40 requests per minute** to prevent scraping and server overload. Plus+ members have higher limits.","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","isPublicCollection":true,"owner":"16936458","team":2298598,"collectionId":"c351395b-5fc7-4b60-b29b-99672f5ea359","publishedId":"2s9YC1Xa6X","public":true,"publicUrl":"https://documenter-api.postman.tech/view/16936458/2s9YC1Xa6X","privateUrl":"https://go.postman.co/documentation/16936458-c351395b-5fc7-4b60-b29b-99672f5ea359","customColor":{"top-bar":"f5f5f5","right-sidebar":"333333","highlight":"e14747"},"documentationLayout":"classic-double-column","customisation":{"metaTags":[{"name":"description","value":""},{"name":"title","value":"OpenProcessing API"}],"appearance":{"default":"light","themes":[{"name":"dark","logo":"https://content.pstmn.io/c23d1323-eda8-4aa1-a859-8449f9be6c59/bG9nb18yMDB4MjAwX2NvbG9yQDJ4LnBuZw==","colors":{"top-bar":"212121","right-sidebar":"303030","highlight":"E14747"}},{"name":"light","logo":"https://content.pstmn.io/c23d1323-eda8-4aa1-a859-8449f9be6c59/bG9nb18yMDB4MjAwX2NvbG9yQDJ4LnBuZw==","colors":{"top-bar":"f5f5f5","right-sidebar":"333333","highlight":"e14747"}}]}},"version":"8.10.1","publishDate":"2026-04-04T18:26:08.000Z","activeVersionTag":"latest","documentationTheme":"light","metaTags":{"title":"OpenProcessing API","description":""},"logos":{"logoLight":"https://content.pstmn.io/c23d1323-eda8-4aa1-a859-8449f9be6c59/bG9nb18yMDB4MjAwX2NvbG9yQDJ4LnBuZw==","logoDark":"https://content.pstmn.io/c23d1323-eda8-4aa1-a859-8449f9be6c59/bG9nb18yMDB4MjAwX2NvbG9yQDJ4LnBuZw=="}},"statusCode":200},"environments":[{"name":"API Documentation","id":"6a5564d8-bf22-4559-a3b6-09c03730479f","owner":"16936458","values":[{"key":"BASE_URL","value":"https://openprocessing.org","enabled":true,"type":"default"},{"key":"API_TOKEN","value":"YOUR_API_TOKEN","enabled":true,"type":"default"},{"key":"USER_ID","value":"589341","enabled":true,"type":"default"},{"key":"SKETCH_ID","value":"2","enabled":true,"type":"default"},{"key":"CURATION_ID","value":"78544","enabled":true,"type":"default"},{"key":"CODE_TITLE","value":"mySketch.js","enabled":true,"type":"default"},{"key":"FILE_NAME","value":"test.txt","enabled":true,"type":"default"},{"key":"TUTORIAL_ID","value":"2909758","enabled":true,"type":"default"}],"published":true}],"user":{"authenticated":false,"permissions":{"publish":false}},"run":{"button":{"js":"https://run.pstmn.io/button.js","css":"https://run.pstmn.io/button.css"}},"web":"https://www.getpostman.com/","team":{"logo":"https://res.cloudinary.com/postman/image/upload/t_team_logo_pubdoc/v1/team/c51b2104e8ffc85c5ef3caed236ff73372df67d55112f484f1c4ed6cf3aabd9f","favicon":""},"isEnvFetchError":false,"languages":"[{\"key\":\"csharp\",\"label\":\"C#\",\"variant\":\"HttpClient\"},{\"key\":\"csharp\",\"label\":\"C#\",\"variant\":\"RestSharp\"},{\"key\":\"curl\",\"label\":\"cURL\",\"variant\":\"cURL\"},{\"key\":\"dart\",\"label\":\"Dart\",\"variant\":\"http\"},{\"key\":\"go\",\"label\":\"Go\",\"variant\":\"Native\"},{\"key\":\"http\",\"label\":\"HTTP\",\"variant\":\"HTTP\"},{\"key\":\"java\",\"label\":\"Java\",\"variant\":\"OkHttp\"},{\"key\":\"java\",\"label\":\"Java\",\"variant\":\"Unirest\"},{\"key\":\"javascript\",\"label\":\"JavaScript\",\"variant\":\"Fetch\"},{\"key\":\"javascript\",\"label\":\"JavaScript\",\"variant\":\"jQuery\"},{\"key\":\"javascript\",\"label\":\"JavaScript\",\"variant\":\"XHR\"},{\"key\":\"c\",\"label\":\"C\",\"variant\":\"libcurl\"},{\"key\":\"nodejs\",\"label\":\"NodeJs\",\"variant\":\"Axios\"},{\"key\":\"nodejs\",\"label\":\"NodeJs\",\"variant\":\"Native\"},{\"key\":\"nodejs\",\"label\":\"NodeJs\",\"variant\":\"Request\"},{\"key\":\"nodejs\",\"label\":\"NodeJs\",\"variant\":\"Unirest\"},{\"key\":\"objective-c\",\"label\":\"Objective-C\",\"variant\":\"NSURLSession\"},{\"key\":\"ocaml\",\"label\":\"OCaml\",\"variant\":\"Cohttp\"},{\"key\":\"php\",\"label\":\"PHP\",\"variant\":\"cURL\"},{\"key\":\"php\",\"label\":\"PHP\",\"variant\":\"Guzzle\"},{\"key\":\"php\",\"label\":\"PHP\",\"variant\":\"HTTP_Request2\"},{\"key\":\"php\",\"label\":\"PHP\",\"variant\":\"pecl_http\"},{\"key\":\"powershell\",\"label\":\"PowerShell\",\"variant\":\"RestMethod\"},{\"key\":\"python\",\"label\":\"Python\",\"variant\":\"http.client\"},{\"key\":\"python\",\"label\":\"Python\",\"variant\":\"Requests\"},{\"key\":\"r\",\"label\":\"R\",\"variant\":\"httr\"},{\"key\":\"r\",\"label\":\"R\",\"variant\":\"RCurl\"},{\"key\":\"ruby\",\"label\":\"Ruby\",\"variant\":\"Net::HTTP\"},{\"key\":\"shell\",\"label\":\"Shell\",\"variant\":\"Httpie\"},{\"key\":\"shell\",\"label\":\"Shell\",\"variant\":\"wget\"},{\"key\":\"swift\",\"label\":\"Swift\",\"variant\":\"URLSession\"}]","languageSettings":[{"key":"csharp","label":"C#","variant":"HttpClient"},{"key":"csharp","label":"C#","variant":"RestSharp"},{"key":"curl","label":"cURL","variant":"cURL"},{"key":"dart","label":"Dart","variant":"http"},{"key":"go","label":"Go","variant":"Native"},{"key":"http","label":"HTTP","variant":"HTTP"},{"key":"java","label":"Java","variant":"OkHttp"},{"key":"java","label":"Java","variant":"Unirest"},{"key":"javascript","label":"JavaScript","variant":"Fetch"},{"key":"javascript","label":"JavaScript","variant":"jQuery"},{"key":"javascript","label":"JavaScript","variant":"XHR"},{"key":"c","label":"C","variant":"libcurl"},{"key":"nodejs","label":"NodeJs","variant":"Axios"},{"key":"nodejs","label":"NodeJs","variant":"Native"},{"key":"nodejs","label":"NodeJs","variant":"Request"},{"key":"nodejs","label":"NodeJs","variant":"Unirest"},{"key":"objective-c","label":"Objective-C","variant":"NSURLSession"},{"key":"ocaml","label":"OCaml","variant":"Cohttp"},{"key":"php","label":"PHP","variant":"cURL"},{"key":"php","label":"PHP","variant":"Guzzle"},{"key":"php","label":"PHP","variant":"HTTP_Request2"},{"key":"php","label":"PHP","variant":"pecl_http"},{"key":"powershell","label":"PowerShell","variant":"RestMethod"},{"key":"python","label":"Python","variant":"http.client"},{"key":"python","label":"Python","variant":"Requests"},{"key":"r","label":"R","variant":"httr"},{"key":"r","label":"R","variant":"RCurl"},{"key":"ruby","label":"Ruby","variant":"Net::HTTP"},{"key":"shell","label":"Shell","variant":"Httpie"},{"key":"shell","label":"Shell","variant":"wget"},{"key":"swift","label":"Swift","variant":"URLSession"}],"languageOptions":[{"label":"C# - HttpClient","value":"csharp - HttpClient - C#"},{"label":"C# - RestSharp","value":"csharp - RestSharp - C#"},{"label":"cURL - cURL","value":"curl - cURL - cURL"},{"label":"Dart - http","value":"dart - http - Dart"},{"label":"Go - Native","value":"go - Native - Go"},{"label":"HTTP - HTTP","value":"http - HTTP - HTTP"},{"label":"Java - OkHttp","value":"java - OkHttp - Java"},{"label":"Java - Unirest","value":"java - Unirest - Java"},{"label":"JavaScript - Fetch","value":"javascript - Fetch - JavaScript"},{"label":"JavaScript - jQuery","value":"javascript - jQuery - JavaScript"},{"label":"JavaScript - XHR","value":"javascript - XHR - JavaScript"},{"label":"C - libcurl","value":"c - libcurl - C"},{"label":"NodeJs - Axios","value":"nodejs - Axios - NodeJs"},{"label":"NodeJs - Native","value":"nodejs - Native - NodeJs"},{"label":"NodeJs - Request","value":"nodejs - Request - NodeJs"},{"label":"NodeJs - Unirest","value":"nodejs - Unirest - NodeJs"},{"label":"Objective-C - NSURLSession","value":"objective-c - NSURLSession - Objective-C"},{"label":"OCaml - Cohttp","value":"ocaml - Cohttp - OCaml"},{"label":"PHP - cURL","value":"php - cURL - PHP"},{"label":"PHP - Guzzle","value":"php - Guzzle - PHP"},{"label":"PHP - HTTP_Request2","value":"php - HTTP_Request2 - PHP"},{"label":"PHP - pecl_http","value":"php - pecl_http - PHP"},{"label":"PowerShell - RestMethod","value":"powershell - RestMethod - PowerShell"},{"label":"Python - http.client","value":"python - http.client - Python"},{"label":"Python - Requests","value":"python - Requests - Python"},{"label":"R - httr","value":"r - httr - R"},{"label":"R - RCurl","value":"r - RCurl - R"},{"label":"Ruby - Net::HTTP","value":"ruby - Net::HTTP - Ruby"},{"label":"Shell - Httpie","value":"shell - Httpie - Shell"},{"label":"Shell - wget","value":"shell - wget - Shell"},{"label":"Swift - URLSession","value":"swift - URLSession - Swift"}],"layoutOptions":[{"value":"classic-single-column","label":"Single Column"},{"value":"classic-double-column","label":"Double Column"}],"versionOptions":[],"environmentOptions":[{"value":"0","label":"No Environment"},{"label":"API Documentation","value":"16936458-6a5564d8-bf22-4559-a3b6-09c03730479f"}],"canonicalUrl":"https://documenter.gw.postman.com/view/metadata/2s9YC1Xa6X"}