Passer au contenu principal
POST
/
v3
/
organizations
/
{org_id}
/
attachments
Téléverser une pièce jointe
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>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.devin.ai/llms.txt

Use this file to discover all available pages before exploring further.

Autorisations

Requiert un compte de service disposant de l’autorisation UseDevinSessions au niveau de l’organisation.

Autorisations

Authorization
string
header
requis

Identifiant de compte de service (préfixe : cog_)

Corps

multipart/form-data
file
file
requis

Réponse

Réponse réussie

attachment_id
string
requis
name
string
requis
url
string
requis