cURL
curl --request POST \ --url https://api.devin.ai/v3/organizations/{org_id}/attachments \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: multipart/form-data' \ --form file='@example-file'
{ "attachment_id": "<string>", "name": "<string>", "url": "<string>" }
Devin セッションで使用できる添付ファイルをアップロードします。
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.
UseDevinSessions
サービスユーザーの認証情報(接頭辞: cog_)
成功時のレスポンス