Upload one or more files to the authenticated account’s sandbox GitHub repository. Accepts an array of file URLs and commits each file to the specified directory path within the repository. Supports submodule resolution — if the target path falls within a git submodule, the file is committed to the submodule’s repository. Authentication is handled via the x-api-key header or Authorization Bearer token.
Documentation Index
Fetch the complete documentation index at: https://developers.recoupable.com/llms.txt
Use this file to discover all available pages before exploring further.
JSON body containing file URLs and target path
Array of files to upload, each with a URL and target filename
The target directory path within the repository to upload files to. Defaults to the repository root if omitted.
"assets/images"
Optional commit message. Defaults to 'Upload files via API'.
"Add new album artwork"