API reference
uploads
- POST
/v1/uploadsCreate a presigned upload URL.
Standard JSON response. Authenticated with an API key scoped to your tenant. Rate limits and pagination apply.
Examplecurl -H "Authorization: Bearer $JINZAI_API_KEY" "https://api.jinzai.dev/v1/uploads"
- GET
/v1/uploads/{id}Get upload metadata.
Standard JSON response. Authenticated with an API key scoped to your tenant. Rate limits and pagination apply.
Examplecurl -H "Authorization: Bearer $JINZAI_API_KEY" "https://api.jinzai.dev/v1/uploads/{id}"

