cURL
curl --request POST \ --url https://api.devin.ai/v3beta1/organizations/{org_id}/snapshot-setup/blueprints/{blueprint_id}/files \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: multipart/form-data' \ --form file='@example-file'
{ "blueprint_id": "<string>", "created_at": 123, "env_var_name": "<string>", "file_id": "<string>", "name": "<string>", "size_bytes": 123, "updated_at": 123 }
Documentation IndexFetch the complete documentation index at: https://docs.devin.ai/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.devin.ai/llms.txt
Use this file to discover all available pages before exploring further.
ManageRepoBlueprints
服务用户凭据(前缀:cog_)
成功响应
公开的 BlueprintFile 资源结构。
BlueprintFile