Skip to content

Commit aadb36f

Browse files
committed
deploy: 1d0371d
1 parent 42a54f9 commit aadb36f

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

index.html

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1126,6 +1126,10 @@ <h2 id='start-print-create-job'>Start print / create job</h2><div class="highlig
11261126
</span><span class="p">]</span><span class="w">
11271127
</span><span class="p">}</span><span class="w">
11281128
</span></code></pre></div>
1129+
<aside class="notice">
1130+
You cannot upload new files via the API yet - only files from your file system or print queue can be printed via the API
1131+
</aside>
1132+
11291133
<p>This endpoint can be used to create a print job for one or more printers. The printers have to be in the <code>operational</code> state.</p>
11301134
<h3 id='request-2'>Request</h3>
11311135
<p><code>POST /{id}/printers/actions/CreateJob</code></p>
@@ -2397,7 +2401,11 @@ <h3 id='response-5'>Response</h3>
23972401
<td>Error message if <code>status</code> is false.</td>
23982402
</tr>
23992403
</tbody></table>
2400-
<h1 id='files'>Files</h1><h2 id='list-files-and-folders'>List Files and Folders</h2><div class="highlight"><pre class="highlight shell tab-shell"><code>curl https://api.simplyprint.io/<span class="o">{</span><span class="nb">id</span><span class="o">}</span>/files/GetFiles?f<span class="o">=</span>123&amp;search<span class="o">=</span>benchy <span class="se">\</span>
2404+
<h1 id='files'>Files</h1>
2405+
<aside class="notice">
2406+
You cannot upload new files via the API yet - this is coming soon
2407+
</aside>
2408+
<h2 id='list-files-and-folders'>List Files and Folders</h2><div class="highlight"><pre class="highlight shell tab-shell"><code>curl https://api.simplyprint.io/<span class="o">{</span><span class="nb">id</span><span class="o">}</span>/files/GetFiles?f<span class="o">=</span>123&amp;search<span class="o">=</span>benchy <span class="se">\</span>
24012409
<span class="nt">-H</span> <span class="s1">'accept: application/json'</span> <span class="se">\</span>
24022410
<span class="nt">-H</span> <span class="s1">'X-API-KEY: {API_KEY}'</span>
24032411
</code></pre></div>
@@ -2856,6 +2864,10 @@ <h1 id='queue'>Queue</h1><h2 id='add-item-to-queue'>Add item to queue</h2><div c
28562864
This endpoint requires the <b>Print Farm</b> plan.
28572865
</aside>
28582866

2867+
<aside class="notice">
2868+
You cannot upload new files via the API yet - this is coming soon
2869+
</aside>
2870+
28592871
<p>This endpoint adds a file to the queue. The file can either be a file on the filesystem or an uploaded stl/3mf/obj/gcode/gco/nc/npg file.</p>
28602872

28612873
<p><strong>Note:</strong> if you want to specify which printer/printer type/printer model the print job should be assigned, you can <a href="#update-queue-item">edit the print job</a> after it has been added to the queue.</p>

0 commit comments

Comments
 (0)