# 1px API Docs ## Docs - [confirm file upload](https://docs.1px.ch/api-reference/confirm-file-upload.md): call this after uploading the file to the presigned url to register it in the database. - [create markdown](https://docs.1px.ch/api-reference/create-markdown.md): create a markdown. max 512kb. limited to 600 requests per hour. - [create paste](https://docs.1px.ch/api-reference/create-paste.md): create a paste. max 512kb. limited to 600 requests per hour. - [create url](https://docs.1px.ch/api-reference/create-url.md): shorten a url. limited to 600 requests per hour. - [delete file](https://docs.1px.ch/api-reference/delete-file.md): soft-delete a file. - [delete markdown](https://docs.1px.ch/api-reference/delete-markdown.md): soft-delete a markdown. limited to 600 edit requests per hour. - [delete paste](https://docs.1px.ch/api-reference/delete-paste.md): soft-delete a paste. limited to 600 edit requests per hour. - [delete url](https://docs.1px.ch/api-reference/delete-url.md): soft-delete a url. limited to 600 edit requests per hour. - [initiate file upload](https://docs.1px.ch/api-reference/initiate-file-upload.md): get a presigned url to upload a file directly to supabase storage. max 50mb. limited to 1gb upload bandwidth per hour. - [list files](https://docs.1px.ch/api-reference/list-files.md): returns all files uploaded by the authenticated user. - [list markdowns](https://docs.1px.ch/api-reference/list-markdowns.md): returns all markdowns created by the authenticated user. - [list pastes](https://docs.1px.ch/api-reference/list-pastes.md): returns all pastes created by the authenticated user. - [list urls](https://docs.1px.ch/api-reference/list-urls.md): returns all urls created by the authenticated user. - [update markdown](https://docs.1px.ch/api-reference/update-markdown.md): update an existing markdown. max 512kb. limited to 600 edit requests per hour. - [update paste](https://docs.1px.ch/api-reference/update-paste.md): update an existing paste. max 512kb. limited to 600 edit requests per hour. - [Introduction](https://docs.1px.ch/introduction.md): minimalistic tools for the web. - [MCP Server](https://docs.1px.ch/mcp.md): Use 1px with Claude, Cursor, and other AI assistants. - [Privacy Policy](https://docs.1px.ch/privacy.md) - [Terms and Conditions](https://docs.1px.ch/terms.md) ## OpenAPI Specs - [openapi](https://docs.1px.ch/api-reference/openapi.json)